Tool — Generator

llms.txt Generator

Build a machine-readable llms.txt for your website. AI assistants will use it to understand your content without scraping your pages.

llmstxt.org standard →
Start with a template
Project Info
Sections & Links
01
Blocked Pathsoptional — paths to tell AI tools to skip

One path per line. Relative paths are resolved against your base URL.

llms.txt preview
# My Project
 
## Docs
3 lines21 bytes
How to add to your site

Once you've downloaded llms.txt, serve it at the root of your domain so AI tools can find it.

Save the file as llms.txt and put it in your website's root public folder.

your-website/
├── public/
│   └── llms.txt   ← place it here
├── index.html
└── ...

# The file will be served at: https://yourwebsite.com/llms.txt
Why it matters
01

AI-native discovery

LLMs like Claude, ChatGPT, and Gemini can read your llms.txt to understand your site without parsing your HTML. Better context means better answers about your product.

02

You control the narrative

Instead of AI tools guessing what your site is about from fragmented crawl data, you explicitly tell them which pages matter and what each one contains.

03

Emerging standard

The llms.txt format (llmstxt.org) is gaining adoption across the web. Adding it now positions your site ahead of the curve as AI-powered search grows.