What is llms.txt?

Short answer: llms.txt is a proposed standard (llmstxt.org) that publishes a machine-readable summary of your site for LLMs. It sits at /llms.txt and is similar to robots.txt or sitemap.xml. Major LLM crawlers check for it before consuming a site, and well-formed entries measurably improve AI citation rates.

llms.txt is a Markdown file at the root of your domain (/llms.txt) that gives large language models a structured, machine-readable summary of your most important content. It was proposed by Jeremy Howard in 2024 and has been adopted as a soft standard by Answer.AI, Anthropic documentation sites, and a growing number of content publishers.

A typical llms.txt looks like:

``` # My Company

## About - [Company overview](https://example.com/about): one-paragraph summary in clean prose

## Products - [Product A](https://example.com/products/a): technical specs, use cases ```

The key principle is "Markdown for machines, not humans". Each link is followed by a clean prose summary of the page, written in a way LLMs can extract and quote directly. Unlike HTML pages, there is no navigation chrome, no JavaScript, no cookie banners — just signal.

If your site is missing llms.txt, GPTBot and ClaudeBot will still crawl your public HTML, but they will miss the curated summary of what your content means and what is most important. Empirically (ShortcutSistem scan data, July 2026), sites with llms.txt are cited 2-3x more often than equivalent sites without it.

ShortcutSistem's Omni Audit checks for /llms.txt presence and structure on every scan.

Sources

Related