What problem does it solve? Web applications often ship without proper metadata, sitemaps, structured data, or performance optimization, causing poor search rankings and low click-through rates. This Skill provides a systematic six-phase SEO audit workflow plus Next.js-specific implementation patterns to find and fix these issues. ## Core Features & Use Cases - Automated SEO Audits: Python CLI scripts scan a codebase for missing meta tags, heading hierarchy violations, missing alt text, absent JSON-LD, and sitemap/robots.txt problems, producing a scored report. - Next.js Implementation Patterns: Ready-to-use Metadata API, generateMetadata, sitemap.ts, robots.ts, dynamic OG image, and JSON-LD component patterns for App Router projects. - Structured Data Templates: Copy-paste JSON-LD builders for Article, Product, FAQ, BreadcrumbList, Organization, and LocalBusiness schemas. - Use Case: Run the audit script against a Next.js storefront, get a prioritized list of critical issues (e.g., missing canonical URLs, no sitemap), then apply the provided metadata and JSON-LD patterns to fix them. ## Quick Start Ask the assistant to run an SEO audit on your Next.js project directory and fix the critical issues it reports.