Does Google use llms.txt? For search ranking and AI Overviews, no. Google's own guidance lists llms.txt as a tactic you do not need. But Chrome's Lighthouse tool now ships an audit that checks whether your site has one.
Same company, two answers. This week LinkedIn has been arguing about it as if that is a contradiction. It is not. The two answers come from two different teams documenting two different things: getting cited in AI search, and being navigable by AI agents. Once you separate those, the guidance lines up cleanly. Here is the full picture.
What llms.txt actually is
llms.txt is a proposed file that sits at the root of your domain, at yoursite.com/llms.txt. It is a Markdown file that gives an AI model a curated, plain-text map of your most important content, so the model does not have to wade through your full HTML, navigation, and scripts to understand what your site is about.
The idea was proposed in 2024 by Jeremy Howard, co-founder of Answer.AI. The mental model: it is to language models roughly what robots.txt and sitemap.xml are to crawlers, a small file at a known location that helps a machine understand your site faster.
The important caveat, and the source of most of the confusion: llms.txt is a community proposal, not a standard any major AI company has formally committed to honoring. Whether a given engine reads it is up to that engine. Right now, most of the big ones do not.
What Google Search says: skip it
Google's position on llms.txt for Search is not vague. In its 2026 AI search guidance for site owners, Google includes a "mythbusting" section listing tactics that do not help with its generative AI features. llms.txt is named directly. Google's Gary Illyes has confirmed publicly that Google does not support llms.txt and has no plans to.
The reasoning is straightforward. Googlebot already renders and reads your real HTML. A separate Markdown file restating that content is redundant, and it is unverifiable, Google cannot confirm the summary actually matches the live page. That is the same loophole that retired the old keywords meta tag two decades ago. A signal a site owner can write to say anything, with nothing checking it against reality, is a signal a search engine learns to ignore.
So for the things most people mean when they say "AI search," appearing in AI Overviews, AI Mode, and Google's ranked results, llms.txt does nothing. It is not a ranking factor and it is not a citation factor.
What Chrome's Lighthouse says: it checks for it
Here is where the screenshots come from. Chrome's Lighthouse, the auditing tool built into Chrome DevTools, added a new audit category called Agentic Browsing. One of its audits checks whether your site serves an llms.txt file. That is a different Chrome team from Search, documenting a different thing.
It is worth reading what that audit actually does, because the detail kills the panic:
- It is optional. In Google's own words, providing the file is "optional at the moment." If your server returns a 404, the audit is marked Not Applicable, not failed.
- The category is not even scored. Google states that "unlike other Lighthouse categories, the Agentic Browsing category does not have a weighted average score." There is no 0 to 100 number to chase here.
- It is explicitly built for agents, not search. The docs describe llms.txt as "a machine-readable summary of a website's content, specifically designed for LLMs and AI agents," noting that "without this file, agents may spend more time crawling the site."
The other audits sitting alongside it in that category make the intent obvious. They check for registered WebMCP tools, accessibility for agents, and layout stability, all of which are about an AI agent navigating and operating your page, not a search engine ranking it. The Agentic Browsing category, in Google's framing, "evaluates how well your site is constructed for machine interaction."
Search engines read the web. AI agents operate it. llms.txt is being built for the second job, and sold as if it helps with the first.
Why this is not a contradiction
Put the two surfaces side by side and the confusion disappears.
| Google Search & AI Overviews | Chrome Lighthouse (Agentic Browsing) | |
|---|---|---|
| The question | Will AI search find and cite my content? | Can an AI agent navigate and operate my site? |
| Does llms.txt help? | No. Named as a tactic you do not need. | Optional. Checked, but a missing file scores "Not Applicable." |
| Who consumes it | AI Overviews and AI Mode, reading the web | AI agents, browsing and completing tasks |
| Your move | Skip llms.txt. Do the structural AEO work. | Add one if it is cheap. Watch the space. |
A search engine reads the web to answer a question. An AI agent operates the web to complete a task: it fills the form, clicks the button, books the appointment. Those are different jobs, and they need different tooling. llms.txt is being built for the agent job. Google Search guidance is about the search job. Both statements are true at the same time.
The reason this lands as a "Google contradiction" is that Google never put the two pieces of guidance in the same place. Search documentation lives on one developer property; the Lighthouse documentation lives on another. Nobody wrote the sentence "note: the other team means something different." So the internet found the gap and filled it with noise.
What you should actually do
Three things, in priority order.
1. Do not add llms.txt expecting AI citations
It will not move your position in AI Overviews, and there is no confirmed evidence it changes whether ChatGPT, Claude, or Perplexity cite you. When we measured AI citations across four engines, the brands winning were winning on content depth and entity clarity, not on a text file. Anyone selling llms.txt as an AEO tactic is selling something the data does not support.
2. Adding one is cheap, so add it if you want to be early
A clean llms.txt costs an afternoon and carries no downside. If you want to be ahead of the agentic-browsing curve, where AI agents that browse and act on your behalf are a real and growing category, it is a reasonable, low-cost bet. Just file it under "future-proofing," not "ranking," and do not let it feel like the AEO box is now ticked.
3. Spend the real effort on what actually moves citations
The work that demonstrably lifts AI citation rate is structural, and it is the same work that has always earned organic visibility: direct-answer openings, FAQ schema, named-entity binding, and off-site mentions in sources AI engines trust. That is covered in depth in our guide to AEO versus SEO for B2B SaaS. None of it is a file you can upload in an afternoon, which is exactly why a file you can upload in an afternoon keeps getting oversold.
Frequently asked questions
Does llms.txt help my site rank in Google?
No. Google has stated publicly that it does not use llms.txt for Search or for its generative AI features like AI Overviews and AI Mode. Google's AI search guidance names llms.txt directly as a tactic site owners do not need. Googlebot already renders and reads your real HTML, so a separate Markdown summary is redundant and adds nothing to ranking.
Does llms.txt help with ChatGPT, Claude, or Perplexity citations?
There is no confirmed evidence that it does. No major AI company has committed to reading llms.txt when generating answers, so treat it as unproven for citation visibility. The factors that demonstrably move AI citation rate are structural: direct-answer openings, FAQ schema, named-entity binding, and off-site mentions in trusted sources. llms.txt is not on that list.
Should I add an llms.txt file to my site anyway?
It is low-cost and low-risk, so adding one will not hurt. It may help AI agents that browse and operate your site navigate it more efficiently, which is an emerging use case. Add one if you want to be early on agentic browsing. Just do not expect it to improve search rankings or AI citation rate, and do not let it displace the structural AEO work that does.
Why does Chrome's Lighthouse check for llms.txt if Google Search ignores it?
Because they measure two different things. Google Search ranks and cites content. Chrome's Lighthouse added an Agentic Browsing audit category that evaluates whether AI agents can navigate and operate your site. llms.txt sits in the second category, not the first. Even there it is optional: the Lighthouse audit treats a missing llms.txt file as Not Applicable rather than a failure.