Agent Readiness Checker
AI agents don't just read your website — they act on it. ChatGPT agent, Claude, and Perplexity Comet browse pages, fill forms, and complete purchases on behalf of users. This free checker measures whether they can get in and read your pages: robots.txt access for ~35 documented AI bots, server-side rendering, semantic HTML, and per-page token budget.
What this checks
- Bot access matrix — robots.txt evaluated against the three buckets: training crawlers, AI search indexers, and user-triggered agents
- No-JS readability — is your content in the raw HTML, or hidden behind JavaScript agents won't run?
- Semantic structure — landmarks, headings, labelled form fields (the same markup screen readers and agents rely on)
- Token budget — how much of an agent's context window your page consumes (target: well under 16k tokens)
- llms.txt and markdown delivery — nice-to-haves, honestly labelled (97% of llms.txt files are never fetched, per Ahrefs' 2026 study)
Why it matters
SEO ranks you for humans. GEO gets you cited in AI answers. Agent readiness is the execution layer — if an agent can't read your pricing or reach your checkout, the sale goes to a competitor whose site it can use. The full platform audit (5 dimensions, 100 points) also covers machine interfaces and agentic commerce, and the Agent Task Test watches a browser agent attempt your key flows.