What problem does it solve? Manually verifying that every page has the correct title, meta description, canonical URL, Open Graph tags, and robots directives is tedious and error-prone. This Skill audits a page or route against your project's documented SEO conventions and produces a checklist of what is present, missing, or wrong. ## Core Features & Use Cases - Convention-driven audit: Reads docs/conventions/seo.md first, so checks follow your project's rules (title length, description length, indexability) rather than generic SEO advice. - Full metadata coverage: Verifies title, meta description, canonical URL, Open Graph/social tags, robots directives, and structured data where required. - Actionable report: Outputs a checklist marking each item as Present / Missing / Incorrect, with file:line references and concrete fix suggestions. - Use Case: Before launching a pricing page, ask for an SEO audit and receive findings like "Missing canonical — add it to app/pricing/page.tsx; the convention requires one on every indexable page." ## Quick Start Audit the SEO metadata of the pricing page and report anything missing or incorrect.