Advanced SEO Icon

Advanced SEO

3.0.3

May 6th, 2026

What's fixed

  • Fix eloquent user type error by @aerni in https://github.com/aerni/statamic-advanced-seo/pull/218

3.0.2

April 30th, 2026

What's fixed

  • Fix site JSON-LD schema and canonical cascade resolution by @aerni in https://github.com/aerni/statamic-advanced-seo/pull/216
  • Fix invalid breadcrumb JSON-LD by @aerni in https://github.com/aerni/statamic-advanced-seo/pull/217

3.0.1

April 21st, 2026

What's Changed

  • Improved the seo:install command https://github.com/aerni/statamic-advanced-seo/pull/210 https://github.com/aerni/statamic-advanced-seo/pull/211
  • Hide the origins selector on single-site configs https://github.com/aerni/statamic-advanced-seo/pull/212
  • Default site_name to the matching Statamic site's name.https://github.com/aerni/statamic-advanced-seo/pull/213

3.0.0

April 20th, 2026

Advanced SEO 3.0 features a complete refactor with a bunch of new features, bug fixes, and improvements.

Upgrade from 2.0 to 3.0

The upgrade should be seamless for most users as most things are upgraded automatically. There are a few breaking changes that require manual attention. Learn how to upgrade from 2.0 to 3.0.

What's new

Editions

  • Free edition covers the on-page SEO essentials
  • Pro edition adds multi-site, sitemaps, AI copywriting, social images generator, permissions, and more

Core

  • Comprehensive refactor of the core
  • Bumped requirements to PHP 8.4
  • Redesigned Eloquent driver
  • Redesigned GraphQL API
  • New events for config and localization changes
  • Improved permissions
  • German translations
  • Comprehensive test coverage

Installation & Upgrade

  • New seo:install command that guides you through the initial setup and helps with enabling Pro features
  • Optional dependencies installed on demand, keeping the base addon lean
  • Automated migration from 2.0 to 3.0

Control Panel

  • Overhauled navigation and flow
  • Consolidated site defaults with tab-based organization
  • Complete control over data inheritance with the new origins control for multi-site
  • Configure features like sitemaps and the social images generator per collection/taxonomy
  • Enable or disable SEO processing per collection/taxonomy directly from the CP
  • Hide the SEO tab per collection/taxonomy. Useful when you want to compute fields without giving editors any control.

Fieldtypes

  • New fieldtype with much simpler UX around default value inheritance
  • New token-based input fieldtype for titles and descriptions, with the site name and separator composed directly into the title
  • New search and social preview fieldtypes
  • Extensible token and normalizer system. Register custom tokens and fieldtype normalizers via config.

https://github.com/user-attachments/assets/dfc3cb33-e176-4a0e-b32e-63c41733eb63

AI

  • Generate titles and descriptions with AI, powered by the Laravel AI SDK
  • Global copywriting instructions in the site defaults for tone and brand voice, plus per-collection and per-taxonomy instructions for content-specific guidance that stack on top

Social Images

  • Unified social image for Open Graph and X (Twitter)
  • Social image generator support for terms
  • Image generation via Browsershot or Cloudflare Browser Rendering
  • Smart regeneration based on content changes

Sitemaps

  • Multi-domain support. Sitemaps are now grouped per domain.
  • New fluent builder for custom sitemaps

Full Changelog: https://github.com/aerni/statamic-advanced-seo/compare/v2.14.1...v3.0.0