WQI.web​qualityindex

AI-readiness

llms.txt

A plain-text manifest at /llms.txt that tells AI agents what your site is and where the canonical content lives. Early but rapidly adopting.

Authority
Answer.AI / community
Version
Draft (2024)
Jurisdiction
Global
Source
llmstxt.org
Last reviewed
2026-04-28
Last verified
pending

What it is

A markdown file at the well-known path /llms.txt that describes the site for LLM consumers — purpose, key sections, links to LLM-optimized content. Proposed by Answer.AI in 2024.

Why it matters

ChatGPT, Claude, and Perplexity-class tools are starting to honour llms.txt as the AI-equivalent of robots.txt + sitemap. Sites that ship it get cleaner citations.

Who it applies to

Every site that wants to be cited well by AI assistants.

How WQI scores it

Web Quality Index considers this standard satisfied when the supporting factor passes.

# Factor Status
15 llms.txt presence live

Related standards

See also
AI crawlers , robots/sitemap , Schema.org

Standards that share factors with this one

Auto-computed from overlapping factor tickets in satisfiedBy, excluding standards already listed under "See also" above. Strong overlap suggests these standards rise and fall together when sites are scored.

Other references

Examples

Minimal /llms.txt text
# Acme Corp

> Acme makes durable B2B widgets for industrial buyers. We publish
> case studies, pricing, and integration docs at the URLs below.

## Docs

- [Product overview](https://www.acme.example/product): what Acme does and who it's for.
- [Pricing](https://www.acme.example/pricing): plans and per-seat costs.
- [Integrations](https://www.acme.example/integrations): supported platforms.

## Optional

- [Engineering blog](https://www.acme.example/blog): technical deep-dives.
- [Case studies](https://www.acme.example/customers): real customer outcomes.

Markdown — not robots.txt syntax. The blockquote is the one-line summary; sections list the URLs you want cited.

Implementation guidance