Articles ·

Is llms.txt worth the effort in 2026?

Google says llms.txt does nothing for Google Search. Other engines disagree. Here's a pragmatic take — and the file you should ship anyway.

Short answer: ship it anyway. Google confirmed in 2026 that llms.txt alone has no effect on Google Search — including its AI features (PBN Ltd). Independent studies broadly agree there is no measurable citation lift from llms.txt alone (AI Growth Agent). At the same time, several engines and AI agent frameworks are actively experimenting with reading it, and the cost of shipping is essentially zero. That combination — probable-zero downside, plausible-nonzero upside — makes it worth an hour of a webmaster’s time.

What llms.txt is

llms.txt is a proposed plain-text or Markdown file at your domain root — analogous to robots.txt — that gives AI systems a curated map of your important pages (Contentful, Yotpo). Unlike robots.txt, which restricts access, llms.txt is a hint file: “here are our canonical documents, in reading order, with descriptions.”

The format is Markdown. A minimal file:

# Example Inc.

> Independent editorial site on generative engine optimization.

## Core pages
- [Guide](https://example.com/guide/): the definitive primer.
- [Playbook](https://example.com/playbook/): implementation plan.

What the evidence actually says

  • Google. Says llms.txt does not affect Search or its AI features. Google’s guidance is that indexable HTML is what matters (Google Search Central, PBN Ltd).
  • Independent studies. No measurable citation lift from llms.txt used alone (AI Growth Agent).
  • Contentful review. Concludes it may become useful over time but currently produces no consistent measurable impact (Contentful).
  • Yotpo, Brainz Digital. Advocate for it as low-cost future insurance and as documentation of your own content architecture (Yotpo, Brainz Digital).

The pragmatic take

llms.txt is not going to move your citation share this month. But:

  1. It costs nothing to ship if you already have a static site.
  2. Newer AI-agent frameworks (LangChain-style tool-calling agents, browsing agents) increasingly do read it.
  3. It doubles as a forcing function to write clean page descriptions.

Ship it. Do not ship it instead of schema, robots.txt tuning, and content restructuring — those are the interventions with actual evidence behind them.

What to put in yours

  • One-paragraph description of your site.
  • Canonical URLs of your five to twenty most important pages.
  • One-line description per page.
  • Optional: a ## Optional section for supplementary pages.

Common mistakes

  • Publishing the full raw content of every page. That is what your sitemap is for. llms.txt is a curated map.
  • Skipping descriptions. The one-line description is the point.
  • Never updating it. Regenerate on every content change, ideally at build time.

Sources