Run a free audit
HomeGuides › What Is llms.txt and How to Create One

What Is llms.txt and How to Create One

Updated 2026-07-11·5 min read llms.txtGEOhow-to

llms.txt is a plain-text file you place at the root of your site (yoursite.com/llms.txt) that gives large language models a clean, curated map and summary of your most important pages. It was proposed by Jeremy Howard of Answer.AI in 2024 as a convention; adoption is still emerging, but it is low effort and forward-looking.

Why it helps

A normal web page is full of navigation, ads, and scripts that make it noisy for a model to read. llms.txt gives an assistant a short, human-readable index of what matters on your site and where to find it, in clean Markdown, so it can represent you more accurately. Think of it as a curated table of contents written for AI, complementing (not replacing) your sitemap.

The format

It is just Markdown, with a simple shape:

An example

# Acme Analytics
> Acme Analytics is privacy-first web analytics for small teams.

## Key pages
- [Product](https://acme.example/product): what Acme does and who it is for.
- [Pricing](https://acme.example/pricing): plans and what each includes.
- [Docs](https://acme.example/docs): setup and API reference.

## About
- [Company](https://acme.example/about): who we are and how to reach us.

Some sites also publish an llms-full.txt with the full text of key pages inlined, for models that want more context. Keep the main llms.txt short and curated.

How to publish it

  1. Create a file named llms.txt.
  2. Fill in your brand line, summary, and links to your most important pages.
  3. Upload it to your site root so it is reachable at yoursite.com/llms.txt.
  4. Verify it loads as plain text (not an HTML error page).

llms.txt vs robots.txt vs sitemap.xml

They are complementary. You want all three. You can see a live example at crawlyze.com/llms.txt.

See where your site stands. Run a free SEO + GEO audit and get your grade in seconds.

Frequently asked questions

Is llms.txt an official standard?

No. It is a proposed convention (introduced by Jeremy Howard of Answer.AI in 2024), not an official standard, and support varies by engine. It is low effort to add and forward-looking, so many sites publish one anyway.

Where do I put llms.txt?

At the root of your domain, reachable at yoursite.com/llms.txt, served as plain text.

Does llms.txt replace my sitemap?

No. A sitemap lists every URL for search crawlers; llms.txt is a short curated summary of your most important pages for LLMs. Keep both.

Does Google use llms.txt?

Google has not announced official support for llms.txt. Treat it as a low-cost, forward-looking file for AI assistants rather than a Google ranking factor.