Free llms.txt Generator

Build the /llms.txt file that tells language models what your site contains and which pages to read — a Markdown map you can generate from a URL list and edit in place.

100% free · No sign-up · No watermarks

About your site

Start from a URL list

Paste URLs and they will be grouped by their first path segment.

llms.txt

# Your site

## Docs

- [Getting started](https://example.com/docs)

Where it goes

Serve the file at https://yourdomain.com/llms.txt. It is a proposed convention, not a standard: a Markdown map of your site aimed at language models, which have a much smaller context budget than a crawler has patience. Point it at the pages you want quoted accurately.

It is not a substitute for robots.txt and grants no permissions. To control crawling, use robots.txt as well.

Private by design

Tags are built in your browser. Nothing is uploaded unless you ask for an AI suggestion or a URL audit.

See it before you ship

Live Google, Facebook and X previews render exactly what your link will look like.

Scored as you type

Real-time character guidance so titles and descriptions land inside the ranges that survive truncation.

Frequently asked questions

What is llms.txt?

A proposed convention: a Markdown file at /llms.txt that gives language models a curated map of your site. Where a crawler will happily read everything, a model has a limited context budget — this points it at the pages worth reading.

Is it a standard, and does anything read it?

It is neither an official standard nor universally supported yet. It costs one static file, and the same content doubles as a useful human-readable index, so the downside is small either way.

Does llms.txt block AI training on my site?

No. It grants no permissions and imposes no restrictions — it only describes. To control crawling, including AI crawlers, use robots.txt.

How is it different from a sitemap?

A sitemap is an exhaustive machine-readable URL list for crawlers. llms.txt is a short, curated, human-readable summary — closer to a table of contents than an index.