From claude-rank
Auto-fixes SEO, GEO, and AEO issues in one command. Scans for missing meta tags, robots.txt, sitemap, schema, etc., applies fixes, and verifies improvements.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-rank:rank-fixThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fix everything that can be automated in one pass.
Fix everything that can be automated in one pass.
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>
For each finding, apply automated fix:
File generation (create missing files):
node ${CLAUDE_PLUGIN_ROOT}/tools/robots-analyzer.mjs generate <dir> <url>node ${CLAUDE_PLUGIN_ROOT}/tools/sitemap-analyzer.mjs generate <dir> <url>node ${CLAUDE_PLUGIN_ROOT}/tools/llms-txt-generator.mjs <dir>node ${CLAUDE_PLUGIN_ROOT}/tools/schema-engine.mjs generate <type> --out=<path>HTML edits (use Edit tool):
robots.txt edits (use Edit tool):
Re-run all scanners. Report:
Save new scores via audit-history tool.
npx claudepluginhub houseofmvps/claude-rank --plugin claude-rankRuns 8 parallel scanners (SEO, GEO, AEO, citability, content, performance, vertical, security) on a project, reports findings with scores, and auto-fixes issues like missing meta tags, structured data, and performance optimizations.
Audits web projects with 39 SEO rules, 20 GEO rules for AI visibility, and 4 AEO schema checks, with auto-fix capabilities for HTML files. Useful for improving search and AI visibility.
Scans websites for SEO issues including meta tags, headings, broken links, images, Core Web Vitals, and structured data, producing a prioritized fix list.