Introducing the Agent Readiness score. Is your site agent-ready? Here is a factual summary of the article: Cloudflare has launched a new tool and website, isitagentready.com, to help site owners optimize their websites for AI agents by checking support for standards like authentication, content control, and payment protocols. An analysis of the top 200,000 websites found that while 78% have a robots.txt file, most are not configured for AI agents, and adoption of newer standards like markdown content negotiation (3.9%) and MCP Server Cards (fewer than 15 sites) remains very low. The tool provides an "Agent Readiness" score and actionable feedback, and Cloudflare has also updated its own developer documentation to serve as a model for agent-friendly design. The web has always had to adapt to new standards. It learned to speak to web browsers, and then it learned to speak to search engines. Now, it needs to speak to AI agents. Today, we are excited to introduce isitagentready.com — a new tool to help site owners understand how they can make their sites optimized for agents, from guiding agents on how to authenticate, to controlling what content agents can see, the format they receive it in, and how they pay for it. We are also introducing a new dataset to Cloudflare Radar that tracks the overall adoption of each agent standard across the Internet. We want to lead by example. That is why we are also sharing how we recently overhauled Cloudflare's Developer Documentation to make it the most agent-friendly documentation site, allowing AI tools to answer questions faster and significantly cheaper. How agent-ready is the web today? The short answer: not very. This is expected, but also shows how much more effective agents can be than they are today, if standards are adopted. To analyze this, Cloudflare Radar took the 200,000 most visited domains on the Internet; filtered out categories where agent readiness isn't important like redirects, ad-servers, and tunneling services to focus on businesses, publishers, and platforms that AI agents might realistically need to interact with; and scanned them using our new tool. The result is a new “Adoption of AI agent standards” chart that can now be found in the Cloudflare Radar AI Insights page where we can measure adoption of each standard across multiple domain categories. Looking at individual checks, a few things stood out: robots.txt is nearly universal — 78% of sites have one — but the vast majority are written for traditional search engine crawlers, not AI agents. Content Signals : 4% of sites have declared their AI usage preferences in robots.txt. This is a new standard that is gaining momentum. Markdown content negotiation serving text/markdown on Accept: text/markdown passes on 3.9% of sites. New emerging standards like MCP Server Cards and API Catalogs RFC 9727 together appear on fewer than 15 sites in the entire dataset. It’s still early — there is lots of opportunity to stand out by being one of the first sites to adopt new standards and work well with agents. This chart will be updated weekly, and the data can also be accessed through the Data Explorer or the Radar API . Get an agent readiness score for your site You can get an agent readiness score for your own website by going to isitagentready.com and entering the site’s URL. Scores and audits that provide actionable feedback have helped to drive adoption of new standards before. For example, Google Lighthouse scores websites on performance and security best practices, and guides site owners to adopt the latest web platform standards. We think something similar should exist to help site owners adopt best practices for agents. When you enter your site, Cloudflare makes requests to it to check which standards it supports, and provides a score based on four dimensions: Screenshot of results from an agent-readiness check for an example website. Additionally, we check if the site supports agentic commerce standards including x402 , Universal Commerce Protocol , and Agentic Commerce Protocol , but these do not currently count towards the score. For each failing check, we provide a prompt that you can give to your coding agent and have it implement support on your behalf. The site itself is also agent-ready, practicing what it preaches. It exposes a stateless MCP server https://isitagentready.com/.well-known/mcp.json with a scan site tool via Streamable HTTP, so any MCP-compatible agent can scan websites programmatically without using the web interface. It also publishes an Agent Skills index https://isitagentready.com/.well-known/agent-skills/index.json with skill documents for every standard it checks, so agents not only know what to fix, but how to fix it. Let’s dig into the checks in each category, and why they matter for agents. robots.txt has been around since 1994, and most sites have one. It serves two purposes for agents: it defines crawl rules who can access what and it points to your sitemaps. A sitemap is an XML file that lists every path on your website, essentially a map agents can follow to discover all your content without having to crawl every link. The robots.txt is where agents look first. Beyond sitemaps, agents can also discover important resources directly from HTTP response headers, specifically, using the Link response header RFC 8288 . Unlike links buried inside HTML, the Link header is part of the HTTP response itself, which means an agent can find links to resources without having to parse any markup: HTTP/1.1 200 OK Link: