For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

Install Advanced SEO in your Statamic project using Composer.

Install the addon with Composer:

composer require aerni/advanced-seo

Then run the install command to complete the setup:

php artisan seo:install

The command will publish the config, add the required SEO tags to your layout, and ask you about optional features like social images generation, and AI copywriting. If you're migrating from SEO Pro or Aardvark SEO, the installer will also offer to migrate your existing content.

Migration

Switching from SEO Pro or Aardvark SEO? Advanced SEO can automatically migrate your existing data. The install command offers this during setup, but you can also run it separately at any time:

php please seo:migrate

Last updated