shareof.ai
Sign inStart free

Technical

llms.txt Examples for SaaS, Ecommerce, and Publishers

llms.txt is a proposed Markdown file placed at the root of a site, usually at /llms.txt . Its job is to give an LLM friendly directory of the pages a…

Greek editorial illustration for llms.txt Examples for SaaS, Ecommerce, and Publishers

What the llms.txt proposal actually describes

llms.txt is a proposed Markdown file placed at the root of a site, usually at /llms.txt. Its job is to give an LLM-friendly directory of the pages a publisher wants an assistant or agent to read first. The proposal uses ordinary Markdown: an H1 for the site or project name, a short blockquote for the summary, optional prose, then H2 groups containing links with brief descriptions.

The format is closer to a compact documentation index than an access-control file. It does not replace robots.txt, a sitemap, canonical tags, or page-level permissions. It has no standard User-agent, Allow, Disallow, or Crawl-delay rules. A site that needs to limit crawling must keep using controls that crawlers publish and honor.

The proposal also mentions an optional llms-full.txt file containing a fuller text bundle. That second file may suit small documentation sets, but it can become unwieldy on a large site. A short, selective llms.txt is easier to audit and less likely to point assistants toward duplicate, stale, or low-priority pages.

What adoption does and does not prove

Publishing the file proves only that the URL is available. It does not prove that ChatGPT, Claude, Gemini, Perplexity, Google AI, or any crawler read it. It also does not prove that a cited page, brand mention, or referral came from the file. Vendor behavior can differ by product, model, retrieval mode, and date.

Treat the file as a low-cost documentation experiment. Save the exact file, note the publish date, and track server requests to the URL. Run a fixed set of prompts before and after publication. Record citations, answer wording, model name, market, and run time. Even then, use careful language: a movement after publication is an observation, not proof of cause.

A sound file anatomy

A useful file begins with one H1, followed by a one-sentence summary in a blockquote. Add a short explanation of the site, then group selected links under descriptive H2 headings. Each link can carry a short phrase stating what the page contains. Keep URLs absolute, use canonical destinations, and avoid session parameters or tracking codes.

Pick pages that answer stable questions well: official product docs, pricing, policies, research methods, terminology, and trusted guides. Do not place private or unpublished URLs in the file. Do not list every page simply because it exists. A concise directory is easier for both people and software to read.

Example patterns by site type

For SaaS, group links around product, security, pricing, integrations, and documentation. For ecommerce, use buying guides, category explanations, delivery terms, and return policies; do not dump every product URL. For a publisher, group evergreen explainers, methodology, corrections, and author information.

# Field Journal
> Independent reporting on clean energy markets.

## Start here
- [Editorial method](https://example.com/method): How reporting and corrections work.
- [Solar guide](https://example.com/solar): Terms, costs, and common buyer questions.

## Data
- [Research index](https://example.com/research): Datasets and dated reports.

The same pattern can serve a software company:

# Ledger Desk
> Close-management software for finance teams.

## Product
- [Overview](https://example.com/product): Tasks, reconciliations, and review flows.
- [Security](https://example.com/security): Hosting, access, and data handling.

The useful part is not the number of links. It is the accuracy of the descriptions and the clarity of the groups.

Questions, answered

Frequently asked questions

Clear answers for the decisions that tend to come up next.

01Can ecommerce files list products?

Yes, though stable category and buying-guide URLs often age better.

02Should a publisher list every story?

No. Start with evergreen work and dated research indexes.

03May descriptions repeat page titles?

They can, but a short statement of page contents is more useful.

04Can two sections link to the same URL?

Avoid duplicates unless the second placement has a clear reason.