# Aeo Benchmark

> AEO performance benchmarking across multiple URLs. Compares scores, tracks improvements over time, and generates benchmark reports. Use when comparing AEO performance between sites or tracking optimization progress.

- Skill: `spirizeon/aeo-benchmark` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spirizeon/aeo-benchmark`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spirizeon/aeo-benchmark/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Spirizeon (https://skillmd.com/u/spirizeon)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/spirizeon/aeo-benchmark

---


# 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

```bash
# 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
```
