SEO

Google Says You Do Not Need llms.txt. Lighthouse Checks It Anyway.

Google Search says llms.txt is not required for AI Overviews or AI Mode, while Chrome Lighthouse now audits it for Agentic Browsing. Here is the practical SEO distinction.

Updated May 24, 2026 Francisco Leon de Vivero
Google Says You Do Not Need llms.txt. Lighthouse Checks It Anyway.

Google is giving SEOs two different answers about llms.txt, and both can be true. Google Search says you do not need new machine-readable AI files to appear in AI Overviews or AI Mode. Chrome Lighthouse, meanwhile, now includes an llms.txt check inside its experimental Agentic Browsing audits.

That looks contradictory if you treat every Google-adjacent recommendation as a ranking signal. It is less confusing if you separate two jobs: being discovered by Search and being understandable to an agent after it reaches your site.

For SEO teams, the right answer is not panic or dismissal. Do not sell llms.txt as a Google AI ranking factor. Also do not ignore the larger shift Lighthouse is pointing at: websites are being evaluated not only as documents for crawlers and humans, but as interfaces that software agents may need to read, interpret, and use.

What Google Search Actually Says

Google's official guidance on optimizing for generative AI features in Search, updated on May 15, 2026, is direct. AI Overviews and AI Mode are rooted in Google's core Search ranking and quality systems. To be eligible, a page still needs to be indexed, eligible for Search, and eligible to appear with a snippet.

The important line for this debate is simple: Google says site owners do not need to create new machine-readable files, AI text files, markup, or Markdown to appear in generative AI search.

The related AI features and your website documentation says the same thing another way: there are no additional technical requirements for AI Overviews or AI Mode beyond the existing Search controls. Googlebot controls remain the path for Search crawling. Snippet controls still affect whether a page can be used with a preview. The foundation is still crawlability, indexability, quality, and usefulness.

SEO translation: llms.txt is not a replacement for indexable pages, strong content, internal links, clean rendering, or a page that Google can quote with confidence.

What Lighthouse Is Checking Instead

Chrome's Lighthouse llms.txt audit lives under Agentic Browsing, not classic SEO. That location matters.

Search discovery versus agent readiness diagram for llms.txt and Lighthouse agentic browsing
Search discovery and agent readiness solve different problems: one helps a page get found, while the other helps software agents understand and use the site.

Lighthouse describes llms.txt as an emerging convention for providing a machine-readable summary of a website's purpose, structure, primary content, and key links for LLMs and AI agents. The audit does not say the file is mandatory. In fact, Chrome marks a clean 404 as Not Applicable because the file is currently optional. Server errors while fetching the file are what create a clearer technical problem.

That means the audit is not telling you, "add this file or lose rankings." It is closer to saying, "if an agent looks for this optional orientation file, make sure your response is intentional and not broken."

This matches how DebugBear summarized Lighthouse's new Agentic Browsing category: the checks are about whether AI agents can understand and interact with sites. Current checks include accessibility tree quality, layout stability, WebMCP, and llms.txt. That is an agent-readiness lens, not a new SEO scorecard.

Why This Is Not Really a Contradiction

The Search team is answering the visibility question: "Do I need llms.txt to appear in Google's AI search features?" Their answer is no.

The Chrome/Lighthouse side is answering an interaction question: "Can a browser-based agent quickly understand what this site is and how to navigate it?" Their answer is that an accurate llms.txt may help, but it is optional and still early.

Danny Goodwin's Search Engine Land coverage captured the distinction through John Mueller's explanation that this is not being done for Search. There is more to websites than SEO. That sentence is the whole puzzle.

A website has more than one machine audience now:

  • Googlebot crawls and indexes pages for Search.
  • Google's AI search systems retrieve eligible indexed pages for AI Overviews and AI Mode.
  • Browser agents may inspect screenshots, HTML, accessibility trees, links, forms, and optional orientation files.
  • Third-party AI crawlers may use their own retrieval, summarization, and citation behavior.

A single tactic rarely serves all of those surfaces equally. For Google AI search, the entry ticket is still Search quality and index eligibility. For agents, the question expands into whether the site can be interpreted and used without brittle guesswork. That is why this debate fits naturally beside agentic search and technical verification: the work is moving from "rank the page" toward "make the page usable by systems that act."

Should You Add llms.txt?

Maybe. But the decision should be boring and operational, not hype-driven.

Add llms.txt if you can keep it accurate, short, and consistent with the visible site. It can summarize who the site is for, what the main sections are, which pages matter, and where agents should start. If it becomes stale, exaggerated, or different from the actual HTML experience, it creates another surface for confusion.

Do not add llms.txt if the only reason is "Google has a Lighthouse audit." A clean 404 is currently acceptable for Lighthouse's behavior. A broken implementation, a 500 response, or a misleading machine-only summary is worse than no file.

Decision tree showing 200 OK, 404 OK, and 500 BAD outcomes for an llms.txt route
The practical llms.txt decision is about intent and reliability: maintain a useful file, serve a clean 404, or fix broken server responses.
Scenario Recommendation Why
You have a stable content site with clear hubs Consider adding a short /llms.txt It may help agents orient themselves without crawling every page.
Your content changes daily and ownership is unclear Wait until maintenance is assigned A stale file can misrepresent the site.
Your goal is Google AI Overviews visibility Prioritize indexability, content quality, and snippet eligibility Google says special AI files are not required for Search.
Your /llms.txt route returns a server error Fix it or return a clean 404 Broken technical responses are more concerning than an optional missing file.

The Bigger SEO Lesson Is Agent Readiness

The file itself is not the most important part of this story. The important part is where Lighthouse is looking: accessibility trees, stable layouts, machine-readable summaries, and interaction quality.

That is the practical SEO shift. Technical SEO is expanding from crawlability and indexability into agentic readiness. A page can be indexed and still be hard for a software agent to use. A product comparison can rank and still hide its key actions behind unlabeled controls. A booking flow can load for humans and still be confusing to an agent reading the accessibility tree.

This is why the strongest next step is not "install llms.txt everywhere." It is to audit whether your important pages communicate clearly through multiple surfaces:

  • HTML structure that matches the visible page.
  • Real links instead of JavaScript-only navigation where possible.
  • Buttons and form controls with clear programmatic labels.
  • Stable layouts that do not shift during interaction.
  • Important content available without fragile overlays or hidden states.
  • Internal links that expose real topical relationships.
  • Optional machine summaries that match the human-facing site.

This connects with the AI search guidance I covered in Google's AI Search Guidance Makes One Thing Clear: SEO Still Does the Work. AI search has not replaced SEO fundamentals. It has made weak technical foundations more expensive.

What SEOs Should Do This Week

Do Not Reposition llms.txt as a Ranking Factor

If a stakeholder asks whether llms.txt improves Google rankings, the answer is no evidence supports that claim. Be precise. It may be useful for some agents as an orientation file. It is not required for Google AI Overviews or AI Mode.

Check Your Root Response

Visit /llms.txt on the site. If you do not have the file, a clean 404 is fine for now. If it redirects somewhere irrelevant, returns a 500, serves a login wall, or produces a CDN challenge, fix the response. Optional should not mean broken.

Audit Agent-Readable UX

Run Lighthouse's Agentic Browsing checks as an early diagnostic. Do not treat the score as a ranking report. Use it to find weak labels, unstable layouts, and unclear interaction patterns that also hurt accessibility and conversion.

Prioritize Existing Search Requirements

Make sure important pages are indexable, canonicalized correctly, internally linked, included in XML sitemaps, and eligible for snippets. The same pages should have original value, current information, and enough proof to be worth citing. If you need a practical comparison point, the OpenAI web crawl study shows why machine access and source clarity are becoming measurable SEO surfaces.

Only Ship an llms.txt File You Can Maintain

If you add the file, keep it short. Link to canonical hubs. Avoid claims that are not visible on the site. Do not create bot-only positioning that diverges from your pages. Assign ownership so it gets updated when the site architecture changes.

Decision rule: If llms.txt helps agents understand the same site humans see, it can be useful. If it is being sold as a shortcut around crawlability, useful content, or technical SEO, it is a distraction.

The Real Takeaway

The llms.txt debate is a useful stress test for AI SEO advice. The wrong reaction is to turn every new machine-readable convention into a ranking claim. The better reaction is to ask what problem the convention solves and for which system.

For Google Search, the answer remains familiar: make useful pages that Google can crawl, index, understand, and show with a snippet. For browser agents and other AI systems, the answer is expanding: make the site easier to inspect, summarize, navigate, and act on.

That is not a contradiction. It is the next layer of technical SEO.

Related Articles

Frequently Asked Questions

Is llms.txt a Google ranking factor?

No. Google Search documentation says site owners do not need new machine-readable AI files, AI text files, special markup, or Markdown files to appear in generative AI Search features. Lighthouse's llms.txt audit is part of Agentic Browsing, not a classic SEO ranking requirement.

Do I need llms.txt for AI Overviews or AI Mode?

No. For Google AI Overviews and AI Mode, the practical requirements are still Search eligibility: crawlable and indexable content, snippet eligibility, useful content, and technical quality. llms.txt may help some agents orient themselves, but it is not required for Google's AI search surfaces.

Why does Lighthouse check llms.txt if Google Search says it is not needed?

Because Lighthouse's Agentic Browsing category is evaluating agent usability, not Google Search ranking. A browser agent may benefit from a short machine-readable summary of the site's structure. That is a different use case from being selected as a source in Google AI search.

What should happen if my site does not have llms.txt?

A clean 404 is acceptable under Lighthouse's current audit behavior because the file is optional. The bigger problem is a broken response, such as a 500 error, irrelevant redirect, login wall, stale machine summary, or bot challenge.

What should go in an llms.txt file?

If you choose to create one, keep it short and accurate. Summarize the site's purpose, key sections, canonical resources, and important links. Do not include claims that are not visible on the site, and do not maintain a separate bot-only version of your positioning.

About the Author

Francisco Leon de Vivero
Francisco Leon de Vivero

Francisco is VP of Growth at Growing Search and a global SEO expert with 15+ years of experience across enterprise, ecommerce, and international search. He previously led global SEO growth at Shopify and focuses on technical SEO, AI search visibility, technical architecture, and content systems that can be verified.

LinkedIn · YouTube · Book a Consultation

Next step

Turn this background reading into a more current SEO plan.

Use the most relevant current page below if this topic is still on your roadmap, then review the proof and contact paths if you want direct support.

Current service page

AI SEO

The service combines brand visibility audits, content adjustments, authority signals, competitive comparisons, and tracking through tools like StakeView and BrandLens so teams can see how AI search is reshaping discovery.

Explore this service