Agent-readiness score (isitagentready)
Also known as isitagentready score · agent readiness check
An optional reference number from Cloudflare's isitagentready.com that rates, roughly 0-100, how easily AI agents can access and use a site.
What it is
isitagentready.com is a Cloudflare tool that scans a URL and returns a score reflecting how agent-friendly the site is, based on signals like crawler access, content availability without JavaScript, structured data, and machine-readable endpoints. In this glossary it is a manually entered reference value, not an automated check, recorded by your team for tracking. Treat it as one external benchmark among several, not an absolute verdict.
Why it matters
It gives a quick, shareable proxy for how prepared your site is for the agentic web, useful for benchmarking against competitors and tracking progress over time. Because it aggregates many GEO signals into one number, it helps non-technical stakeholders grasp whether AI agents can actually read and act on your site.
How to verify
Visit isitagentready.com, enter the production URL, run the test, and read the resulting 0-100 score and its breakdown of contributing factors. Re-run after changes to confirm the score moved, and record the date alongside the value since the tool's criteria evolve.
How to fix
Address the weak factors the report flags, typically by allowing AI crawlers in robots.txt, server-rendering content, adding structured data, and publishing llms.txt and well-known files, then re-test. Log the new score with the run date in your tracker, and treat the number as directional guidance rather than a target to game.
Related terms
- AI-crawler policyExplicit robots.txt rules for AI user agents (GPTBot, ClaudeBot, PerplexityBot, Google-Extended) that deliberately allow or block them.
- llms.txtA Markdown file at /llms.txt that gives LLMs a curated, plain-language map of your site and links to its most important content.
- Server-side rendering (SSR)Delivering the page's core text and markup in the initial HTML response, so it is readable without executing client-side JavaScript.
- MCP endpointA discoverable Model Context Protocol server URL that lets AI agents call your tools, resources, and data through a standardized interface.
Official references
External, opens in a new tab.
Put this into practice.
Work through every check by hand and turn it into a shareable GEO Score report — or scan your site automatically in seconds.