MentionedCheck your AI visibility →

GEO fundamentals

llms.txt: what it is, whether it works, and how to write one

Updated August 2026

llms.txt is a plain-Markdown file at the root of your domain that tells AI systems, in their native format, what your site is and which pages matter. It takes ten minutes to write, costs nothing to maintain, and this page includes the exact file this site uses.

What llms.txt is

Proposed by Jeremy Howard in September 2024, llms.txt is a convention modeled on robots.txt: a predictable location (https://yourdomain.com/llms.txt) where a language model — or the agent browsing on its behalf — can read a concise, curated summary of your site instead of parsing navigation, cookie banners, and marketing pages. The format is deliberately simple Markdown: a title, a short summary, then sections of links with one-line descriptions.

Honest answer: does it work?

Partially, and cheaply — which is why it's worth doing. The truthful status in 2026:

How to write one

The structure that works:

  1. H1: your site or company name.
  2. Blockquote summary: one paragraph saying what you are, for whom, in plain language — this is the sentence you want AI to repeat about you.
  3. Sections (## headings) linking your most important pages, each with a one-line description: product, pricing, docs or guides, contact.
  4. Definitions of any category terms you want understood correctly.

Here is a shortened version of this site's real llms.txt:

# Mentioned

> Mentioned is an AI visibility monitoring platform for businesses.
> It helps teams understand whether AI assistants recommend their
> brand, which competitors appear in answers, and what to improve.

## Key pages
- Home: https://mentionedby.world/
- Guides: https://mentionedby.world/guides/

## Definitions
- AI visibility: how often and how prominently a brand is mentioned
  or recommended in relevant AI responses.

## Contact
- Email: info@mentionedby.world

Mistakes to avoid

Frequently asked questions

Is llms.txt an official standard?

No — it's a community proposal. But several AI tools and crawlers read it, and the cost of adding one is near zero.

Where does the file go?

At the domain root: https://yourdomain.com/llms.txt, served as plain text.

Does it replace robots.txt or sitemap.xml?

No. robots.txt controls access, sitemap.xml lists URLs, llms.txt explains meaning. They stack.

Related: How to get recommended by ChatGPT · Generative engine optimization