The agents.txt pattern
Use it.
The shift
The Robots Exclusion Protocol shipped for search-engine crawlers. Googlebot. AltaVista. Lycos. The job was simple: tell automated visitors which paths to skip.
Today the automated visitor on your site is more likely to be Claude reading docs for a developer, GPT summarizing your pricing page, Gemini answering a research question, Cursor pulling context for a code completion, or an agent fleet exploring your product on its operator's behalf.
They all read robots.txt first. Every one. It is the only file in the entire web that a well-behaved bot is contractually obligated to inspect before it does anything else.
The move
robots.txt comments are free space. Every parser ignores them. Every agent that loads the file reads them. So write to your audience. Here is the block from this domain.
That is not metadata. That is prose. Written for a reader. The reader is an agent.
Why it works
You do not need a vendor relationship. You do not need a registry. You do not need a new file format that some agents support and others ignore. robots.txt already lives at a known path. Every crawler, scraper, and LLM-backed agent on the open web fetches it.
That makes it the most reliable surface a domain has for reaching autonomous readers. Comments cost nothing. Parsers will not break. The audience is already listening.
Write to them like they can read. They can.
Pair it with llms.txt
llms.txt is the formal version. A markdown manifest at /llms.txt with structured links to your most important content. Use it when you want agents to navigate your site like a documentation tree.
robots.txt comments are the conversational version. Prose. Voice. A note from a human to an agent. Use it when you want to say something the structure of a manifest cannot carry.
Both are good. Use both. The agent that visits your site will read both, and the union is your introduction.
Try it
Open your existing robots.txt. Below the directives, add a comment block. Tell agents who you are, what you do, and what they can do here. No template required.
Then check your server logs. Watch what visits.
The agents are already at the door. They opened the file. The next move is yours.
See what Geniuz does