What problem does it solve? Web pages often ship with missing, duplicated, or inconsistent metadata, which breaks search indexing, social share previews, and canonical routing. This Skill provides a prioritized audit workflow to find and fix metadata issues without touching unrelated code. ## Core Features & Use Cases - Prioritized audit rules: Eight ranked categories covering correctness, titles, canonical and indexing, social cards, icons, structured data, locale, and tool boundaries. - Consistency checks: Ensures title, description, canonical, and og:url all agree, and that Open Graph and Twitter images use absolute URLs. - Minimal scoped diffs: Fixes stay limited to metadata, following the project's existing pattern such as the Next.js metadata API, react-helmet, or manual head tags. - Use Case: Before launching a new marketing page, run the audit to catch duplicate title tags, a missing canonical URL, and a relative og:image path, then fix only those issues. ## Quick Start Audit the metadata on my new landing page and fix any missing canonical URLs, Open Graph tags, or duplicate titles.