Run comprehensive SEO audits on any website and generate actionable reports. Use when the user asks to audit a website's SEO, check technical SEO issues, ana...
Run full SEO audits from your agent and get actionable, scored reports.
python3 scripts/seo_audit.py --url https://example.com
python3 scripts/seo_audit.py --url https://example.com --depth 3
Crawls up to --depth pages from the starting URL.
python3 scripts/seo_audit.py --url https://example.com/page --quick
python3 scripts/seo_audit.py --url https://example.com --output report.md
Each audit category is scored 0-100:
| Score | Rating | Meaning |
|---|---|---|
| 90-100 | Excellent | No significant issues |
| 70-89 | Good | Minor improvements possible |
| 50-69 | Fair | Notable issues to address |
| 0-49 | Poor | Critical issues found |
Overall score is a weighted average:
Reports are markdown with:
See references/seo-checklist.md for the complete 50+ point checklist used in audits.
ZIP package — ready to use