aitcal_seo 1.0.2 aitcal_seo: ^1.0.2 copied to clipboard
aitcal_seo is a Flutter library designed to manage SEO metadata for web apps. It allows dynamic insertion of title, description, keywords, and canonical tags for each route. This helps optimize your a [...]
Aitcal SEO Library #
The aitcal_seo
library is a lightweight and customizable SEO plugin for Flutter web applications. It allows you to set SEO meta tags dynamically based on the current route, making your Flutter web app more search-engine friendly with features like title, description, keywords, and canonical tags.
Features #
- Set custom SEO meta tags for each route
- Inject meta tags dynamically into the
<head>
section for SEO optimization - Easily configurable and extendable
Installation #
Add this library to your Flutter project by importing the aitcal_seo.dart
file into your project files.
Usage #
Step 1: Import the aitcal_seo
Library #
In your main.dart
file, import the library:
import 'package:your_project_name/aitcal_seo.dart';