π¦ ClawHub
SEO Audit Report
by @johnnywang2001
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...
TERMINAL
clawhub install seo-audit-reportπ About This Skill
name: seo-audit-report description: 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, analyze on-page optimization, review meta tags, check page speed indicators, find broken links, analyze heading structure, or generate an SEO improvement plan. Outputs a scored report with prioritized recommendations.
SEO Audit Report
Run full SEO audits from your agent and get actionable, scored reports.
Quick Start
python3 scripts/seo_audit.py --url https://example.com
Commands
Full Audit
python3 scripts/seo_audit.py --url https://example.com --depth 3
Crawls up to --depth pages from the starting URL.
Quick Check (single page)
python3 scripts/seo_audit.py --url https://example.com/page --quick
Generate Report
python3 scripts/seo_audit.py --url https://example.com --output report.md
What Gets Audited
Technical SEO
On-Page SEO
Content Quality Signals
Link Health
Scoring
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:
Report Format
Reports are markdown with:
Advanced
See references/seo-checklist.md for the complete 50+ point checklist used in audits.
π‘ Examples
python3 scripts/seo_audit.py --url https://example.com