Free llms.txt generator

Create a standards-compliant /llms.txt file in seconds. It tells ChatGPT, Claude, Perplexity, and other agents how to read your site — what matters, what to link to, and how to summarize you.

Follows the llmstxt.org proposal. Once generated, upload the file to the root of your site at /llms.txt and run a scan to verify.

1. Basics

2. Sections & links

Your llms.txt

# Acme

> Acme builds tools for makers — fast prototyping, version control, and instant deploys.

Acme is a small studio. Our docs and product are designed to be readable by both humans and AI agents.

## Docs

- [Getting started](https://example.com/docs/start): Quickstart guide
- [API reference](https://example.com/docs/api): REST endpoints

## Optional

- [Changelog](https://example.com/changelog)

Save this as llms.txt and upload it to the root of your site so it's reachable at https://yourdomain.com/llms.txt.

What is llms.txt?

llms.txt is a small Markdown file at the root of your site that gives AI agents a curated map: a one-line summary, a short about paragraph, and grouped links to the pages that matter. Think of it as a sitemap optimized for reading, not crawling.

Why bother?

  • · Agents have tight context windows — a clean index beats a 200-URL sitemap.
  • · You decide which pages are canonical for summaries and citations.
  • · It's plain Markdown — no auth, no API, no maintenance overhead.

After you deploy it

Run an AIScan on your site to confirm the file is reachable and well-formed, and to see what else agents are looking for.