What problem does it solve? Publishing a blog post without SEO validation risks missing broken title tags, poor heading hierarchy, missing structured data, or weak internal linking, all of which hurt search visibility. This Skill runs a systematic pass/fail audit on a finished post so issues are caught before publishing. ## Core Features & Use Cases - Comprehensive On-Page Audit: Checks title tags, meta descriptions, heading hierarchy, internal/external links, canonical URLs, Open Graph tags, Twitter Cards, structured data (JSON-LD), URL structure, and image alt text. - Prioritized Fix Report: Outputs a structured validation report with PASS/FAIL/WARN/N/A statuses and a ranked list of the most impactful fixes. - Link Deduplication and Bidirectional Checks: Detects duplicate body links, scores anchor text quality, and scans the project to verify internal linking between posts. - Use Case: After drafting a new article in Markdown, run the check to confirm the meta description is accurate, the Article schema is valid, and the post links to at least three other pages before going live. ## Quick Start Run an SEO check on my draft post at src/content/blog/my-new-article.md and show me the prioritized fixes.