AI visibility · Crawler research · August 2026

Which AI Engines Actually Read llms.txt?

llms.txt is pitched as the file that helps ChatGPT, Claude, Perplexity and Gemini understand your site. Two years of independent crawler audits tell a more honest story — here is the evidence, straight from server logs, and what it means for your site.

The Short Answer: Almost No One Fetches It

If you publish an llms.txt today, the realistic outcome is that nothing automated will ever request it. In May 2026, Ahrefs analyzed 137,000 domains that publish the file: 97% of those files received zero requests during the entire month — no crawler, no agent, no human. The 3% that were fetched were hit almost entirely (96%) by bots, and only about a fifth of those fetches came from named AI tools.

This is not one outlier study. Independent audits keep arriving at the same number: zero.

What 500 Million Bot Requests Reveal

Two large log-based studies are worth knowing about because they measure what bots actually do, not what press releases say:

Crawler Owner Fetches llms.txt? Evidence
GPTBot OpenAI Rarely — the most common named fetcher Ahrefs 2026: top named AI fetcher
ClaudeBot / Claude-Code Anthropic Training crawler: not observed; Claude-Code: second most common Ahrefs 2026; Weekerp: 0 requests
PerplexityBot Perplexity Not observed Weekerp, Limy audits
OAI-SearchBot OpenAI Not observed Weekerp, Limy audits
Google-Extended / Googlebot Google No — officially unsupported Illyes, July 2025

Google's Position Is On the Record

Google is the only major player that has answered the question publicly and unambiguously. In July 2025, Search Relations' Gary Illyes said Google has "no plans to support llms.txt", and John Mueller compared the file to the keywords meta tag — a self-declared signal that was abandoned because it was trivially gameable. Google's 2026 guidance for generative AI visibility lists llms.txt by name as a tactic that does not help.

Yes, some Google properties (like ai.google.dev) still serve the file — Mueller confirmed that is an internal content system artifact, not an endorsement. We covered the full nuance in Does llms.txt Affect SEO?

Adoption Is Growing Anyway

Despite the crawl data, adoption keeps climbing. Casey Burridge's crawl of the top 10,000 sites found 5.61% with a valid llms.txt in June 2026, up from 1.04% in July 2025 — roughly 5.4x growth in a year, or about 39,000 sites across the top million. SE Ranking measured 10.13% across 300,000 domains, and Rankability found 8.7% of the top 1,000 (15.8% of the 549 it could actually reach). Documentation platforms like Mintlify generate the file automatically, which is why the v2 spec and so many dev-tool sites adopted it early.

So who does read your file, realistically? Three groups:

Why Bots Skip Your llms.txt

What This Means for Your Site

The honest playbook in 2026: publish a spec-compliant llms.txt because it is cheap and because the file's on-demand audience is real — then spend your remaining SEO time on things with proven returns, like crawlable HTML content, a clean robots.txt, and site speed. There is no evidence that llms.txt moves rankings, traffic or citations today.

grep -c "llms.txt" /var/log/nginx/access.log
grep -i "GPTBot" /var/log/nginx/access.log | head -20

If the second command shows hits, your file is being discovered — but don't expect it. Ship the file, keep it valid, and let the ecosystem catch up. You're ready for the agentic web either way.