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';

Libraries

aitcal_seo