LLMs.txt vs Robots.txt

What is robots.txt

Robots.txt is the classic access-control protocol. It dictates strictly what automated spiders are allowed to crawl, acting as a firewall mapping.

What is llms.txt

LLMs.txt is a knowledge-topology map. It does not control access; it provides a direct summarization payload to LLMs so they know contextually what the site is about.

Key differences

When to use both

Always. Serve robots.txt to secure your private nodes, and serve llms.txt to push your public knowledge nodes into AI models.

Generate LLMs.txt Generate Robots.txt