llms.txt file present
A markdown file at /llms.txt that gives AI models a curated map of your most important content.
What is llms.txt?
llms.txt is a proposed standard from Jeremy Howard (Answer.AI) for giving language models a hand-curated list of the most important pages on your site, in markdown, with short descriptions. Think of it as a smart table of contents designed for LLM consumption.
It is not a sitemap. A sitemap lists every URL. llms.txt lists only the pages that matter, grouped by topic, with context that helps the model decide which one to look at. That curation is the value.
What it looks like
# Acme CRM > Lightweight CRM for small sales teams. Built for teams of 2 to 20 people. ## Docs - [Getting started](https://docs.acmecrm.com/start): Install and set up Acme CRM in under 5 minutes. - [API reference](https://docs.acmecrm.com/api): Full REST API documentation. ## Product - [Pricing](https://acmecrm.com/pricing): Plans and per-seat pricing. - [Features](https://acmecrm.com/features): Pipeline, contacts, reporting.
Why it is worth doing
Language models have a limited attention budget when browsing. Giving them a curated entry point means they spend that budget on pages you chose — pages where your positioning is sharp and your information is current. Without an llms.txt, they wander through whatever Google ranks.