fix-seo — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited fix-seo (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Fix the specified SEO issue by identifying all instances, explaining the impact, applying the fix, and verifying the result. Routes to the appropriate specialist skill when the fix category matches.
Works identically on current Opus / Sonnet / Haiku models. Fix application is primarily code transforms + verification; all three models handle reliably.
references/claude-code-fix-recipes.md.Route each issue type to the appropriate specialist skill for deeper context and methodology.
| Issue Type | Route To | Examples |
|---|---|---|
| Title tags, meta descriptions, headings | on-page-optimizer | Missing meta, duplicate titles, heading hierarchy |
| Schema, structured data, JSON-LD | schema-architect | Missing schema, invalid markup, rich snippet issues |
| Page speed, Core Web Vitals, crawlability | technical-seo | Slow LCP, CLS issues, robots.txt problems |
| Broken links, 404 errors, redirect chains | broken-link-fixer | Dead links, redirect loops, mixed content |
| Content quality, E-E-A-T, keyword usage | on-page-optimizer | Thin content, missing author bios, keyword stuffing |
| Content gaps, editorial planning | content-strategist | Missing topics, outdated content, no content plan |
| AI visibility, AEO, LLM citations | aeo-optimizer | Not appearing in AI answers, inaccurate AI mentions |
| Competitor gaps, SERP features | competitor-intelligence | Losing to competitors, missing featured snippets |
| Keyword targeting, search intent | keyword-discovery | Wrong keywords, missing intent alignment |
| Backlink profile, link acquisition | link-building-strategy | Low domain authority, no backlink plan |
| Schema implementation details | schema-architect | FAQ schema, Product schema, Organization schema |
Scan every page for missing or duplicate meta descriptions. Add unique, 150-160 character
descriptions that include the target keyword and a call to action.Check every page for exactly one H1, logical H2-H6 nesting, no skipped levels. Fix any
violations while preserving content meaning.Find every <img> missing an alt attribute. Add descriptive alt text that includes the
page's target keyword where natural. Keep each under 125 characters.Identify page type and generate appropriate JSON-LD schema. At minimum: Organization on
homepage, Article/BlogPosting on blog posts, BreadcrumbList on all pages.Crawl all internal <a href> references and verify targets exist. Update or remove broken
links. Check for redirect chains and flatten them.Check for render-blocking resources, unoptimized images, missing lazy loading, and
excessive third-party scripts. Apply fixes appropriate to the detected framework.Read robots.txt and verify no important paths are blocked. Ensure sitemap directive is
present. Remove overly broad wildcard rules.After applying any fix, verify:
Report the before and after state to the user with a summary of changes made.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.