What problem does it solve? Web pages often ship with missing meta descriptions, broken heading hierarchies, and absent Open Graph tags, hurting search rankings and social sharing. This Skill provides SEO reference principles plus an automated checker that scans page files and reports concrete issues. ## Core Features & Use Cases - SEO Reference Guide: Covers E-E-A-T, Core Web Vitals targets (LCP, INP, CLS), technical SEO, schema markup types, and prioritized ranking factors. - Automated Page Audit: The seo_checker.py script scans HTML, JSX, and TSX page files for missing titles, meta descriptions, Open Graph tags, multiple H1s, and images without alt attributes. - Use Case: Before launching a Next.js or static site, run the checker against the project to list all pages missing meta descriptions or OG tags, then fix them using the reference guidelines. ## Quick Start Run the SEO checker script on my project directory and summarize which pages are missing meta descriptions or Open Graph tags.