dashcaptain

Dash Captain is in early access — we're onboarding sellers in waves.

Join early access
Marketing5 min read

llms.txt Explained: What It Is, and Whether It Actually Does Anything (2026)

llms.txt is a proposed convention: a markdown file at the root of your site that points a language model at your most useful pages, in a form that is cheap to read. Think of it as a curated map for machines rather than a set of rules.

It is frequently confused with robots.txt, and frequently oversold. This is the honest version — what it is, what it is not, and how to write one that is worth the ten minutes. We publish one at /llms.txt, so this is first-hand rather than theory.

What it is (and what robots.txt is)

**robots.txt grants or denies access.** It is an old, universally honoured convention that tells crawlers which paths they may fetch. It is permission.

**llms.txt offers curation.** It says: here are the pages that best explain this site, in a clean markdown list, so a model does not have to crawl and strip a hundred templated pages to understand you. It is a recommendation, not a rule, and it grants nothing that robots.txt has not already allowed.

The honest state of adoption

No major answer engine has publicly committed to reading llms.txt as a ranking or retrieval input. Anyone telling you it is a ranking factor is ahead of the evidence.

It is still cheap and reasonable to publish. The file takes minutes, costs nothing to maintain if you generate it, and the exercise of choosing your twenty most explanatory pages is itself clarifying. Publish it as a low-cost bet on a convention that may matter, not as an optimisation you expect to move numbers.

How to write one worth having

Start with an H1 that is your business name and a one-line blockquote description — the same sentence you use everywhere else, because entity consistency is the actual payoff. Then group links under plain headings: what the product does, your free tools, your guides, your documentation.

Curate ruthlessly. A file listing every URL is just a sitemap in worse clothing. Twenty pages that genuinely explain you beat two hundred that do not, and each link deserves a short description of what a reader would learn from it.

Keep it generated from the same source as your sitemap if you can, so it never rots. A stale llms.txt pointing at dead pages is worse than none.

Frequently asked questions

Does llms.txt stop AI training on my content?

No. It is a curation file, not a permission file. Access control belongs in robots.txt (GPTBot, ClaudeBot, CCBot, Google-Extended and similar) and in your terms.

Is llms.txt a ranking factor?

There is no public evidence that any major engine uses it for retrieval or ranking. Treat it as a cheap, sensible bet rather than an optimisation with a measurable return.

Where does it go?

At the root of your domain — yoursite.com/llms.txt — as plain markdown served as text.

Track this on a live dashboard

Connect your store and watch these numbers update themselves — no spreadsheets.

Join early access

Keep reading