What problem does it solve? After running an SEO audit, manually patching sitemaps, robots.txt, JSON-LD schema, meta tags, and headers across framework-specific files is slow and error-prone. This Skill reads seo-audit JSON findings and applies the fixes automatically, classifying each by safety tier so risky changes never ship without review. ## Core Features & Use Cases - Safety-tiered fix application: Classifies findings as SAFE, MODERATE, or DANGEROUS; SAFE fixes apply automatically, MODERATE fixes pass 3-layer validation, and DANGEROUS fixes (like canonical changes) require explicit confirmation with a shown diff. - Framework-aware templates: Generates correct patches for Astro, Next.js, and Hugo, including sitemap integration, JSON-LD structured data, Open Graph meta tags, security headers, robots.txt AI-bot policy, and llms.txt/llms-full.txt generation with mandatory X-Robots-Tag noindex rules. - Verification and rollback: Runs the project build after fixes, verifies generated artifacts and endpoints, and rolls back individual files to snapshots if the build fails. - Use Case: After zuvo:seo-audit reports a 53/100 score with 16 findings, run seo-fix with --auto to apply all SAFE and MODERATE fixes, then review the report showing the estimated score improvement and items needing manual review. ## Quick Start Apply the safe fixes from my latest seo-audit JSON report and show me which findings still need manual review.