1. Guide
  2. AI Agent Ready

AI Agent Ready

AI Agent Ready helps AI tools find, read, and understand your website. It is built for tools like ChatGPT, Claude, Perplexity, Gemini, and Agent-Ready scanners.

It does not replace normal SEO. It adds a second layer for AI tools that prefer clean markdown, machine-readable files, and clear discovery signals.

How we check it: Use isitagentready.com, Cloudflare's Agent-Ready scanner. This checklist became useful after Joost de Valk's agent-ready article showed how a static site can expose these signals.

1What This Feature Does

A normal website is made for people. AI tools can read it, but they often have to remove menus, buttons, layout code, and repeated page parts first.

AI Agent Ready gives those tools cleaner paths. It adds files and signals that say: this is the site, these are the important pages, and here are clean text versions.

Simple idea: SEO helps search engines. AI Agent Ready helps AI tools and agents read the site with less guessing.

2The Two Parts of Agent-Ready Markdown

Part 1: Apply AI Agent Ready

LocusPilot adds the markdown pages, discovery files, headers, and crawler signals to your site source.

Part 2: Host where markdown can work

Direct markdown files work on any host. But the best scanner score usually needs normal page URLs to return markdown when AI tools ask for it. On Cloudflare, this uses Transform Rules.

Need the Cloudflare path? Use the Publish to Your Own Cloudflare guide. It shows how to publish, connect a domain, and create the rules.

3What LocusPilot Adds to Your Site

ItemWhat it does
robots.txtTells crawlers they can access the public site.
Content-SignalTells AI tools the site allows search, AI input, and training use.
llms.txtGives AI tools a short reading list for the site.
llms-full.txtGives AI tools a fuller site summary.
Markdown pagesGives clean text versions of pages without layout or menus.
Link headersPoints agents to important discovery files.
.well-known filesAdds the API catalog, agent card, MCP server card, and skills index.
WebMCPGives supported browsers a simple way to expose site context and tools.
AI Agent Ready files added to the site

4How This Maps to the Cloudflare Scanner

The scanner at isitagentready.com checks several areas. Here is what LocusPilot covers for a static local business site.

Discoverability

Covered by the sitemap, robots file, link headers, and discovery files.

Content

Covered by markdown pages. The highest result needs Cloudflare rules for markdown negotiation.

Bot Access Control

Covered by open crawler rules and Content-Signal.

API, Auth, MCP & Skill Discovery

Covered by the API catalog, MCP server card, Agent Skills index, and WebMCP. OAuth checks are skipped because these static sites do not need protected agent APIs.

Commerce

Skipped on purpose. Static local business sites usually do not charge agents for content or API calls.

isitagentready.com scanner criteria

5What We Skip on Purpose

Commerce: We skip payment signals because most static local business sites do not sell content or API access.
OAuth discovery: We skip login discovery because the site content is public. Adding OAuth files would make agents think they need a login.
Web Bot Auth: This is still early. It is optional for the local business sites we generate today.
Satellite (subsite) projects: AI Agent Ready is not available for satellite sites at this time. Apply it to the main parent project; satellites will be supported in a future release.

6How to Apply It

  1. Open a completed project in LocusPilot.
  2. Find AI Agent Ready.
  3. Click Apply.
  4. Wait for it to run.
  5. If the site was already published, publish it again.
Why republish? Applying adds the Agent-Ready files to the site source. Republish sends those files to the live website.
Apply AI Agent Ready in the dashboard

7How to Get the Best Score

  1. Apply AI Agent Ready.
  2. Publish or republish the site.
  3. Use a domain that can run Cloudflare rules.

You can use LocusPilot hosting with a domain pointed through our Cloudflare setup. Or you can publish to your own Cloudflare account.

  1. Open isitagentready.com.
  2. Enter your live custom domain, not the preview URL.
  3. Run the scan after the site has been republished.
For the user-owned Cloudflare path, follow the Publish to Your Own Cloudflare guide.
AI Agent Ready score result

Troubleshooting

Score still looks low

Make sure AI Agent Ready was applied. Then republish the site.

Markdown negotiation is missing

Check your hosting path. You need Cloudflare Transform Rules or a similar rule that changes the request before the site loads.

Link headers are missing

Republish after applying AI Agent Ready. The live site must receive the new headers and files.

Commerce still shows 0

This is expected for static local business sites. Commerce checks do not affect the normal local business setup.