What problem does it solve?
Producing consistent SEO metadata, social previews, schema markup, and crawl controls across every Astro page is time-consuming and easy to get wrong.
Core Features & Use Cases
- Unique page metadata: Enforces a unique title and description per page and always sets canonical URLs to prevent duplication issues.
- Social sharing support: Adds Open Graph tags (and Twitter card) so links render correctly when shared.
- Rich results enablement: Applies Schema.org patterns such as LocalBusiness, Service, and FAQPage for enhanced search result display.
- Indexing and discovery controls: Supports noindex/nofollow pages (e.g., thank-you, 404/410, admin/preview, duplicates) and ensures sitemap generation for crawlability.
- Definition of Done: Covers OG + schema + canonical + sitemap + noindex requirements end-to-end for Astro sites.
Quick Start
Use the Astro SEO skill to generate the full head markup, schema, canonical URL, and sitemap configuration for my Astro website pages.