What problem does it solve? Web content often fails to rank in search engines or get cited by AI assistants because it lacks proper metadata, structured data, and answer-friendly formatting. This Skill provides concrete guidelines and code patterns for making pages discoverable by Google, ChatGPT, Perplexity, and similar platforms. ## Core Features & Use Cases - Technical SEO Checklist: Covers title tags, meta descriptions, Open Graph, canonical URLs, sitemaps, robots.txt, redirects, Core Web Vitals, and hreflang for international sites. - JSON-LD Structured Data: Provides typed schema patterns for Article, FAQ, Organization, Product, and Breadcrumb, including @graph composition and Next.js rendering. - EEAT & AEO Guidance: Explains how to signal Experience, Expertise, Authoritativeness, and Trustworthiness, and how to structure content so AI systems select it as an authoritative answer. - Use Case: When building a blog post page in Next.js with a Sanity CMS, apply this Skill to generate metadata, inject Article and Breadcrumb JSON-LD, produce a dynamic sitemap, and format content for AI Overview citation. ## Quick Start Use the seo-aeo-best-practices skill to add metadata, JSON-LD structured data, and a sitemap to my Next.js blog page.