@houseofmvps/rank-fix
AAuto-fix all SEO/GEO/AEO findings in one command. Scan, fix, verify.
Install
agr install @houseofmvps/rank-fix --target claudeWrites 1 file into .claude/skills/, pinned to git-b6656458.
- .claude/skills/rank-fix/SKILL.md
Document
name: rank-fix description: Auto-fix all SEO/GEO/AEO findings in one command. Scan, fix, verify.
Auto-Fix All
Fix everything that can be automated in one pass.
Step 1: Scan
Run all scanners to get current findings:
node ${CLAUDE_PLUGIN_ROOT}/tools/seo-scanner.mjs <dir>
node ${CLAUDE_PLUGIN_ROOT}/tools/geo-scanner.mjs <dir>
node ${CLAUDE_PLUGIN_ROOT}/tools/aeo-scanner.mjs <dir>
Step 2: Fix
For each finding, apply automated fix:
File generation (create missing files):
- robots.txt →
node ${CLAUDE_PLUGIN_ROOT}/tools/robots-analyzer.mjs generate <dir> <url> - sitemap.xml →
node ${CLAUDE_PLUGIN_ROOT}/tools/sitemap-analyzer.mjs generate <dir> <url> - llms.txt →
node ${CLAUDE_PLUGIN_ROOT}/tools/llms-txt-generator.mjs <dir> - JSON-LD schema →
node ${CLAUDE_PLUGIN_ROOT}/tools/schema-engine.mjs generate <type> --out=<path>
HTML edits (use Edit tool):
- Missing title, meta description, OG tags, canonical, viewport, charset, lang
- Missing H1, alt text on images, semantic landmarks (main, nav, footer)
- Inject generated schema into head before closing tag
robots.txt edits (use Edit tool):
- Unblock AI bots (GPTBot, PerplexityBot, ClaudeBot, Google-Extended)
- Add Sitemap directive
Step 3: Verify
Re-run all scanners. Report:
- Issues found: X
- Auto-fixed: Y
- Remaining (manual): Z
- Score improvement: before → after
Step 4: Save History
Save new scores via audit-history tool.
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-b665645825662026-07-31