
Google Just Told You to Skip llms.txt. Its Own Browser Disagrees.
In May 2026, Google published its most direct statement yet on AI search optimization, and it put llms.txt in the "you don't need this" pile. Less than a week later, Google shipped an llms.txt check inside Chrome Lighthouse. Same company, same month, opposite signals.
That contradiction is not sloppiness. It is the clearest picture we have of where AI search is actually heading, and it tells you exactly what llms.txt is for, what it is not for, and where your effort should go instead.
We have skin in this game. Pixelmojo ships a free llms.txt generator, our own site serves a dynamic llms.txt, and we run Radar, an AI visibility platform. So when a research claim crossed our desk saying Google considers llms.txt "not relevant but nice to have," we fact-checked every load-bearing source: Google's guide, the Chrome Lighthouse documentation, and five independent datasets. This post is the verdict.
TL;DR
- Google's May 2026 AI optimization guide explicitly says you do not need llms.txt, AI text files, or special markup to appear in generative AI search
- Less than a week later, Chrome Lighthouse added an llms.txt check to its experimental Agentic Browsing audits, framing it as efficiency infrastructure for AI agents
- ALLMO found 1 llms.txt URL among 94,614 AI-cited URLs (0.001 percent); SE Ranking found zero citation correlation across 300,000 domains
- Over 844,000 sites have implemented llms.txt, yet no major AI platform has confirmed reading the files when building responses
- llms.txt still has real value for coding agents, agentic browsing, and RAG grounding, just not for citations
- The real AI visibility levers are crawlability, E-E-A-T, structured data, and original content, verified by measuring your actual citations
llms.txt is not an AI visibility tactic. It is cheap infrastructure for the agentic web. Implement it in two minutes, then spend your real effort on the fundamentals and on measuring what AI engines actually say about you.
What Is llms.txt and What Was It Supposed to Do?
llms.txt is a plain text, Markdown-formatted file placed at a website's root that gives AI models a curated index of the site's most important pages and context. Jeremy Howard of Answer.AI proposed it in September 2024 as a "content map" that lets language models find high-value information without parsing full HTML, navigation, and ads.
Unlike robots.txt, which controls crawler access, llms.txt is about content discovery. Think of it as a cheat sheet for machines: here is who we are, here are our key pages, here is the short version of everything.
It is worth being precise about its status: llms.txt is not an official standard. No W3C, IETF, or ISO endorsement exists. As of June 2026 it remains a community-driven proposal. That has not stopped adoption.
That gap, mass adoption on one side and zero confirmed consumption on the other, is the entire llms.txt story in one number. The SEO industry built the airport before any planes agreed to land.
We covered the implementation mechanics in our earlier guide, Your llms.txt Is Already Stale. This post answers the harder question: does any of it matter?
What Did Google Actually Say About llms.txt?
Google's position is unambiguous and has been consistent for over a year: Google Search does not use llms.txt for AI Overviews, AI Mode, or ranking. The May 2026 guide, which Google framed as mythbusting for generative AI search, groups llms.txt under a section literally titled "what you don't need to do."
The guide places llms.txt alongside content chunking and AI-specific rewrites as things that do not help, and it confirms a structural point many marketers still miss: there is no separate "AI ranking." AI Overviews and AI Mode pull from the same Google index as regular Search.
The individual statements from Google's search team match the formal guidance:
- John Mueller compared llms.txt to the keywords meta tag, the canonical example of a signal so gameable that no search engine uses it. He also noted that AI services were not requesting the file from sites he checked.
- Gary Illyes confirmed at Search Central Live in July 2025 that Google does not support llms.txt and is not planning to, reiterating that ranking in AI Overviews requires only standard SEO.
There was even a moment when Google's own CMS briefly added llms.txt files to some Google developer documentation properties, which parts of the SEO community read as quiet adoption. Mueller publicly clarified it was not an endorsement, and the search team's docs subsequently removed the file.
So for Google Search, the verdict is closed. The file is not penalized. It is ignored.
Why does Google keep having to repeat this?
Because the incentive structure of SEO content rewards the opposite message. "Google secretly reads this one file" is a better headline than "do normal SEO." Between September 2024 and mid 2026, hundreds of thousands of sites implemented llms.txt largely on the strength of vendor blog posts asserting benefits that no platform ever confirmed. Which brings us to the data.
Does llms.txt Improve AI Citations? What Five Studies Found
Every independent study to date reaches the same conclusion: llms.txt has no measurable effect on whether AI engines cite you. The convergence across different methodologies is what makes this finding hard to dismiss.
Here is the full evidence base:
- SE Ranking, ~300,000 domains. No correlation between llms.txt and AI citation frequency. The detail that should end the debate: removing the llms.txt variable from their XGBoost prediction model actually improved its accuracy. The file was noise, not signal.
- ALLMO, 94,614 cited URLs. One llms.txt URL in the entire citation dataset. The study also checked the inverse: among the 50 most AI-cited domains, only one had the file. Zero of the top 50 German brands appearing in ChatGPT had it. Zero of 20 leading news publishers had it.
- Trakkr, 37,894 domains. Across 337,000+ analyzed citations, sites with llms.txt averaged 6.8 citations versus 6.7 without it, a statistically insignificant difference. Zero citation advantage.
- BuiltWith adoption tracking. 844,000+ implementations, no confirmed reader among major platforms.
- Server log audits. Smaller log studies that tracked AI bot behavior directly have reported thousands of AI crawler requests with zero fetches of /llms.txt, consistent with Mueller's observation that bots simply do not ask for the file.
The llms.txt evidence in four numbers
Independent datasets, 2025 to 2026
sites implemented llms.txt (BuiltWith)
AI-cited URLs pointing to llms.txt (ALLMO)
correlation with citations across 300K domains (SE Ranking)
most-cited domains that even have the file (ALLMO)
The inversion in that last number deserves emphasis. The domains AI engines cite most are overwhelmingly sites that never bothered with llms.txt. They earn citations through authority and content quality, the unglamorous fundamentals.
Who actually has llms.txt?
Adoption rate by group. The most cited sites mostly skip it.
If llms.txt drove visibility, the most visible sites would have it. They do not.
Why Is Chrome Lighthouse Auditing llms.txt Anyway?
Here is where the clean "Google says ignore it" story breaks, and where the actually interesting future begins. In May 2026, the same week its search team published the skip-it guide, Google added an llms.txt check to Chrome Lighthouse's experimental Agentic Browsing audit category.
The Lighthouse audit checks whether your site serves an llms.txt file. If a server error occurs when retrieving it, the audit flags the page. If the file simply does not exist, the audit is marked Not Applicable, because providing it is optional. Chrome's documentation explains the reasoning:
Read those two Google positions side by side and the apparent contradiction resolves into a precise distinction:
| Google product | Stance on llms.txt | Why |
|---|---|---|
| Google Search (AI Overviews, AI Mode) | Not needed, not used, skip it | Answers come from the existing Google index. The file adds nothing. |
| Chrome Lighthouse (Agentic Browsing) | Optional, but audited as agent infrastructure | Browser-based AI agents visit sites directly and benefit from a content map. |
| Agent2Agent (A2A) protocol | Referenced, not formally committed | Agent-to-agent communication about site structure remains at the proposal level. |
Search indexing and agentic browsing are two different futures. In the first, an AI system answers from a pre-built index and your llms.txt never enters the pipeline. In the second, an autonomous agent lands on your actual site to complete a task, and a machine-readable map of your content saves it time and tokens.
llms.txt lost the first race before it started. It may yet matter in the second. That is the honest version of "nice to have."
Do ChatGPT, Claude, or Perplexity Read llms.txt?
No major AI platform has confirmed reading llms.txt when building responses. The pattern across the ecosystem is caution, with one recurring source of confusion worth naming.
| Platform | Publishes its own llms.txt? | Confirmed reading others? |
|---|---|---|
| Google (Search) | No (briefly, by CMS accident) | No, explicitly denied |
| OpenAI (GPTBot) | No | No. Honors robots.txt; occasional fetches reported in logs, no confirmed use |
| Anthropic (Claude) | Yes, on its docs site | No statement that crawlers use the standard |
| Perplexity | Yes, at its own domain | No published guidance on pipeline use |
| Meta (Llama) | No | No public crawler guidance at all |
The confusion: "Anthropic uses llms.txt" appears in dozens of articles as evidence the standard works. What Anthropic actually did is publish a file on its own documentation site, which is useful for the coding agents that read docs (more on that below). Publishing your own llms.txt and having your crawler read everyone else's are completely different commitments. Only the second one would make llms.txt an AI visibility channel, and nobody has made it.
When Is llms.txt Still Worth Implementing?
llms.txt is worth two minutes of setup for four narrow, real use cases, none of which is "ranking in AI search." Dismissing the file entirely is as lazy as overhyping it.
Where the file genuinely earns its keep
- Coding agents and developer tools. IDE agents and tools that look up documentation by URL do fetch llms.txt from technical documentation sites. Stripe and Cloudflare maintain the files for exactly this audience. If you publish developer docs, this is a confirmed, present-day use case.
- Agentic browsing. Chrome Lighthouse now treats llms.txt as a discoverability signal for browser-based AI agents. This is experimental, but it is Google's own tooling pointing at where agent infrastructure is heading.
- RAG grounding. A well-structured llms.txt is a ready-made grounding document, meaning teams can paste or pipe it into an LLM's context window to give the model accurate background on a company before a task. It is also why a stale one quietly spreads wrong information.
- Future-proofing. The file costs almost nothing to create and maintain. If a major crawler formally adopts the standard, early implementers will not retrofit anything.
That last point only holds if your file stays current, which static files do not. Our llms.txt generator builds one from your live site in about two minutes, and our static versus dynamic guide shows how to make it self-updating so it never drifts out of date.
We will be direct about our own incentive here, because it cuts the other way: we ship that generator, and we are telling you the file will not move your citations. It is infrastructure, not strategy. Two minutes, not two sprints.
If llms.txt Doesn't Move Citations, What Does?
The levers that actually drive AI search visibility are the ones Google's guide and the citation studies independently confirm: crawlable content, E-E-A-T signals, structured data for rich results, and non-commodity content that says something original. Boring to hear, repeatedly verified.
Google's May 2026 guide is explicit that AI Overviews and AI Mode reward the same fundamentals as Search, with particular emphasis on content that provides unique insight beyond common knowledge. The ALLMO and SE Ranking data show the most cited domains win on authority and quality, not optional files. Our own GEO playbook breaks these fundamentals into tactics, and our AI discoverability stack covers the technical layer.
But there is a deeper lesson in the llms.txt episode than "do the fundamentals." For eighteen months, hundreds of thousands of teams optimized an artifact nobody measured. The fix for that failure mode is not a better artifact. It is measurement.
Two ways to run AI visibility
The llms.txt episode is what optimizing on faith looks like at industry scale
- Implement tactics because vendor blogs assert they work
- No baseline: nobody knows if AI engines cite the brand today
- Effort flows to artifacts that are easy to ship, like llms.txt
- 844K sites adopt a file no platform confirms reading
- Discover it changed nothing only when studies land 18 months later
- Baseline actual citations and mentions across ChatGPT, Perplexity, Claude, and Gemini
- Implement fundamentals the platforms actually confirm
- Test target prompts and watch citation frequency, not vibes
- Double down on pages and topics AI engines already cite
- Kill tactics the data shows are inert, before they eat a quarter
This is the loop we run for our own brand and the reason we built Radar. Radar tracks whether AI engines actually mention and cite your brand, which pages they pull from, and how that changes when you ship fixes. It turns "we implemented llms.txt and hope it helps" into "we tested 25 buyer prompts before and after, and here is what moved."
The measurement loop that replaces guesswork
How to spend AI visibility effort so the llms.txt mistake cannot happen to you
Baseline your citations
Run your buyer prompts across AI engines. Know where you stand today.
Fix confirmed levers
Crawlability, E-E-A-T, structured data, original content. Skip unconfirmed artifacts.
Re-test the same prompts
Citation frequency is the signal. Compare against the baseline, not against hope.
Scale what gets cited
Double down on topics AI engines pick up. Kill what stays inert.
If you want to see this loop in practice, our guide on how to track AI citations across ChatGPT, Perplexity, Claude, and Gemini walks through the prompt-testing methodology step by step.
How We Handle llms.txt at Pixelmojo
We keep a dynamic llms.txt in production, we give the generator away free, and we spend our actual optimization effort on measured citations. That split is the whole recommendation of this post, applied.
Our llms.txt is generated at request time from our content layer, so every new post, tool, and page appears in it automatically. Cost to maintain: zero. We do this for the agentic browsing and RAG use cases, and because as an AI visibility company we should model the standard correctly, including its limits.
What we do not do is count that file as AI visibility work. Our citation growth came from the fundamentals and from the measure-fix-remeasure loop, which we documented with real numbers in how we optimized for AI search. The file is plumbing. The loop is strategy.
llms.txt and Google: Questions Readers Ask
Common questions about this topic, answered.
The Verdict: Infrastructure, Not Strategy
The claim that Google considers llms.txt "not relevant but nice to have" checks out, with one sharpening: "not relevant" applies to search citations, where five independent datasets confirm zero effect, and "nice to have" applies to the agentic web, where Google's own browser tooling is quietly formalizing the file as agent infrastructure.
So hold both ideas at once. Spend two minutes shipping a dynamic llms.txt for the agents. Then spend your real effort where the evidence points: fundamentals, original content, and a measurement loop that catches inert tactics before they cost you a quarter of effort.
The deepest lesson of the llms.txt episode is not about the file. It is that an entire industry optimized blind for eighteen months because nobody was measuring. Do not optimize blind.
Ready to stop guessing at AI visibility?
- Radar - Track your actual citations and mentions across ChatGPT, Perplexity, Claude, and Gemini, then fix what the data flags
- Free AI visibility tools - Test your site's AI readiness, crawler access, and citation status in minutes
- Contact Us - Get an AI visibility strategy grounded in your measured baseline
