Installation
Install Advanced SEO in your Statamic project using Composer.
Last updated
Install Advanced SEO in your Statamic project using Composer.
Install the addon with Composer:
composer require aerni/advanced-seoThen run the install command to complete the setup:
php artisan seo:installThe 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.
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:migrateLast updated