Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub houseofmvps/claude-rank --plugin claude-rankHow 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.
Runs 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.
Runs 39-rule SEO audit with GEO (20 AI bot rules) and AEO (4 schema) checks, auto-fixes HTML issues, generates sitemaps/robots/llms.txt/structured data. Use to improve search/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.
Share bugs, ideas, or general feedback.
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.