rankforge
v0.4.0
Published
Deterministic GEO/SEO readiness audit CLI for websites and source repositories.
Maintainers
Readme
rankforge
Deterministic GEO/SEO readiness audits for websites and source repositories.
The CLI inspects crawlability, indexability, search appearance, structured data, content answerability, entity clarity, optional performance imports, and repository audit evidence. It reports readiness by default. Measured ranking or AI-answer visibility requires supplied Search Console, SERP, or AI-answer evidence; Lighthouse exports can add performance measurements.
Install
npm install -g rankforgePlaywright is optional. Install it in projects where rendered page evidence is needed.
Usage
rankforge --help
rankforge audit https://example.com --mode full --max-pages 25 --out audit.json --markdown audit.md --html audit.html
rankforge audit-repo ./site --static-dir dist --fail-on P1 --out repo-audit.json --markdown repo-audit.md --html repo-audit.html
rankforge explain-rule indexability.noindexUse --security restricted for untrusted live-site audits or hosted wrappers. Restricted mode applies guarded network and file access limits and disables local command execution.
Outputs
The CLI emits versioned JSON plus optional Markdown and standalone HTML reports. Findings include stable rule IDs, severity, evidence paths, implementation-task guidance, and source citations where applicable.
Readiness scores are not ranking guarantees. Treat scores and findings as deterministic implementation evidence, then combine them with measured visibility data when available.
