What problem does it solve? Manually auditing HTML/CSS websites for SEO issues is tedious and error-prone. This Skill automates the detection of missing meta tags, broken heading structures, missing alt attributes, and absent schema markup, then guides you through fixing them and generating sitemaps. ## Core Features & Use Cases - Automated SEO Audits: Run a Python analyzer over single HTML files or entire directories to get reports categorizing critical issues, warnings, and good practices, with optional JSON output. - Sitemap Generation: Crawl a website directory and produce a properly formatted XML sitemap with estimated priorities, change frequencies, and lastmod dates. - Guided Fixes & References: Follow step-by-step instructions for meta tags, Open Graph, Twitter Cards, and schema markup, backed by a detailed SEO checklist and schema markup guide, plus a robots.txt template. - Use Case: You inherit a static marketing site with no meta descriptions and no sitemap. Run the analyzer to list every critical issue, fix them page by page using the provided patterns, then generate sitemap.xml and robots.txt ready for Google Search Console submission. ## Quick Start Ask the AI to analyze your website's HTML files for SEO issues and generate a prioritized fix report along with an XML sitemap.