From claude-rank
Auto-fixes SEO/GEO/AEO issues in a directory: generates robots.txt, sitemap.xml, llms.txt; injects meta tags and JSON-LD schema; re-scans to show before/after scores.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-rank:rank-fixThe summary Claude sees in its command listing — used to decide when to auto-load this command
## Syntax ## What It Does 1. Runs all scanners to identify issues 2. Generates missing files: robots.txt, sitemap.xml, llms.txt 3. Injects missing meta tags, JSON-LD schema 4. Re-scans and shows before/after score comparison ## Example
/claude-rank:rank-fix [directory]
/claude-rank:rank-fix .
npx claudepluginhub houseofmvps/claude-rank --plugin claude-rank/seo-auditAudits Next.js project directory for SEO, scans pages/components, generates detailed report with 0-100 score across 6 dimensions and prioritized fix suggestions.
/seo-managerAudits current Next.js project's SEO across 7 areas including robots.txt, sitemap.xml, JSON-LD structured data, meta tags, and programmatic routes.
/fix-issuesApplies prioritized fixes to Lighthouse audit failures in performance, accessibility, best practices, and SEO categories. Verifies changes, re-runs audit, and reports score improvements.
/check-fileRuns an SEO + AEO audit on the current file or a specified page, checking title, meta, headings, images, structured data, links, and writing structure. Outputs a score and top fixes.