AEO Benchmark Skill
Benchmarks AEO performance across multiple URLs.
When to Use This Skill
- Compare AEO scores across pages
- Track optimization progress
- Generate benchmark reports
Categories
| Category | Metrics |
|---|---|
| Discoverability | llms.txt, robots.txt, sitemap |
| Parsability | Markdown availability |
| Token Efficiency | Token counts |
| Capability | skill.md, AGENTS.md |
| Analytics | AI traffic setup |
Usage
# Benchmark single URL
python3 scripts/aeo_benchmark.py --url https://example.com/docs
# Generate report
python3 scripts/aeo_benchmark.py --url https://example.com --report --output BENCHMARK.md
# Track over time
python3 scripts/aeo_benchmark.py --track --history history.json