What problem does it solve?
End-to-end SEO implementation for Astro 5 sites. This skill owns code generation and deployment automation — metadata components, JSON-LD, IndexNow scripts, and CI/CD wiring. For auditing an existing site use the seo-audit skill. For AI/LLM citation optimization use the ai-seo skill.
Core Features & Use Cases
- Global SEO layout and metadata management for Astro projects, enabling consistent SEO across pages.
- JSON-LD structured data components (WebSite, WebPage, Article, BreadcrumbList, FAQPage) and site-wide metadata for robust search visibility.
- IndexNow integration and CI/CD wiring to notify engines immediately on deploy, plus sitemap and robots.txt coordination.
- Performance-oriented patterns: image optimization with astro:assets, font performance, staging noindex, and islands usage to minimize runtime JS.
- Companion skill integration guidance and rollout steps for auditing and AI-citation optimization.
Quick Start
Install the skill and apply the base configuration and layout patterns to bootstrap SEO for an Astro 5 project.