Recometrix

July 8, 2026

What is llms.txt?

llms.txt is a plain-text file that gives AI agents a concise map of your site: what the product is, which pages matter, and where documentation or machine-readable resources live.

What llms.txt is for

Think of llms.txt as a readable guide for AI systems and agents. It does not replace your sitemap, robots.txt, or documentation. It gives crawlers and agent tools a short, structured entry point so they do not have to infer everything from navigation.

A simple llms.txt shape

# ExampleCo

> One-sentence description of what the company does.

## Pages

- [Home](https://example.com/): product overview
- [Pricing](https://example.com/pricing): plans and limits
- [Docs](https://example.com/docs): API and integration docs
- [Methodology](https://example.com/methodology): how claims are measured

## Machine-readable data

- https://example.com/data.json

What llms.txt is not

  • It is not a ranking switch.
  • It is not a permission file; use robots.txt for crawler rules.
  • It is not a substitute for useful HTML pages.
  • It is not enough to make an assistant recommend you.

What to include

SectionWhat to put there
Product summaryA short factual description of the company, product, audience, and category.
Important pagesHome, pricing, methodology, docs, public data, policies, and comparison pages.
Agent docsAPI, MCP, SDK, examples, and auth details if agents can operate the product.
Data linksCSV, JSON, reports, changelogs, or benchmark pages that are safe for public use.

FAQ

Where should llms.txt live?

At the site root: /llms.txt. A fuller version can live at /llms-full.txt when you have docs or examples to inline.

Should llms.txt mention competitors?

Usually only when competitor comparison pages are important public resources. Keep it factual and useful.

Does Recometrix use llms.txt?

Yes. Recometrix publishes llms.txt and llms-full.txt, including links to public rankings and API/MCP docs.