llms.txt Generator

Build a compliant llms.txt file to help LLMs understand your website's structure and content. Define sections, add links, and export the markdown.

Project Info

Section 1

Link 1

Generated llms.txt

Quick Tips

  • Serve llms.txt at your site root (e.g. example.com/llms.txt)
  • The H1 heading (# Project Name) is required and should be your project name
  • Use the blockquote (>) for a concise project summary
  • The ## Optional section marks content that is helpful but not essential
  • Each link entry follows the format: [Name](URL): Description
  • Keep descriptions brief — LLMs work best with clear, concise text

Frequently Asked Questions

What is an llms.txt file?

An llms.txt file tells AI models and LLM crawlers how they can interact with your website content, similar to robots.txt for search engines.

Do I need both robots.txt and llms.txt?

Yes. robots.txt controls search engine crawlers, while llms.txt specifically targets AI and LLM crawlers. They serve different purposes.

Which AI crawlers respect llms.txt?

The llms.txt standard is emerging, with growing adoption by major AI companies. It's a forward-looking best practice.

What is the correct format for an llms.txt file?

An llms.txt file uses a simple markdown format. It starts with an H1 heading for your project name, followed by an optional blockquote summary, then H2 sections containing links in the format [Name](URL): Description. This structure helps LLMs quickly understand your site's content and documentation.

Where should I host my llms.txt file?

Place your llms.txt file in the root directory of your website so it is accessible at yourdomain.com/llms.txt. This is the standard location where AI crawlers and LLMs will look for it, similar to how robots.txt works for search engine crawlers.