# Advanced SEO

## Advanced SEO

- [Introduction](https://advanced-seo.michaelaerni.ch/readme.md): Advanced SEO is a comprehensive SEO addon for Statamic that adapts to your project's needs while providing an intuitive interface for content editors.
- [Editions](https://advanced-seo.michaelaerni.ch/getting-started/editions.md): Advanced SEO is available in two editions — a free edition for essential on-page SEO and a Pro edition that unlocks sitemaps, multi-site, AI, and more.
- [Installation](https://advanced-seo.michaelaerni.ch/getting-started/installation.md): Install Advanced SEO in your Statamic project using Composer.
- [Upgrade 2.0 to 3.0](https://advanced-seo.michaelaerni.ch/getting-started/upgrade-2-to-3.md): Upgrade from Advanced SEO 2.0 to 3.0. Most breaking changes are handled by automated upgrade scripts.
- [Configuration](https://advanced-seo.michaelaerni.ch/usage/configuration.md): Configure storage drivers, crawling environments, analytics environments, view composer, and other options in config/advanced-seo.php.
- [Settings & Defaults](https://advanced-seo.michaelaerni.ch/usage/settings-and-defaults.md): Configure site-wide SEO settings, collection and taxonomy defaults, and multi-site data inheritance.
- [Permissions](https://advanced-seo.michaelaerni.ch/usage/permissions.md): Control which users can view and edit SEO settings, defaults, and content.
- [On-Page SEO](https://advanced-seo.michaelaerni.ch/usage/on-page-seo.md): Edit SEO fields on individual entries and terms with dynamic tokens, inline previews, and AI copywriting.
- [AI Copywriting](https://advanced-seo.michaelaerni.ch/usage/ai.md): Generate SEO titles and descriptions with AI, with site-wide and per-collection instructions.
- [Sitemaps](https://advanced-seo.michaelaerni.ch/usage/sitemaps.md): Automatically generated XML sitemaps for your collections and taxonomies.
- [Social Images Generator](https://advanced-seo.michaelaerni.ch/usage/social-images-generator.md): Automatically generate social images for your entries and taxonomy terms using customizable themes.
- [Tokens](https://advanced-seo.michaelaerni.ch/extending/tokens.md): Register custom token normalizers for additional fieldtypes or add custom value tokens to the token input.
- [Sitemaps](https://advanced-seo.michaelaerni.ch/extending/sitemaps.md): Register custom sitemaps to add any Statamic or Laravel route to Advanced SEO's sitemap index.
- [Custom Routes](https://advanced-seo.michaelaerni.ch/extending/custom-routes.md): Add SEO support to custom Statamic or Laravel routes without reinventing the SEO implementation.
- [Events](https://advanced-seo.michaelaerni.ch/extending/events.md): Listen to Advanced SEO events to react to changes in SEO configuration and content data.
- [Antlers & Blade](https://advanced-seo.michaelaerni.ch/reference/antlers-and-blade.md): Access SEO values in your Antlers and Blade views.
- [GraphQL](https://advanced-seo.michaelaerni.ch/reference/graphql.md): Query SEO metadata, defaults, and sitemaps using Advanced SEO's GraphQL API.
- [Meta Tags & Scripts](https://advanced-seo.michaelaerni.ch/reference/meta-tags-and-scripts.md): Advanced SEO supports all of the following meta tags and scripts.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://advanced-seo.michaelaerni.ch/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
