Free llms.txt Generator
llms.txt is a plain-markdown file at your site root that tells AI systems what your site is and which pages matter. Paste your URL and we'll draft one from a live scan of your site — ready to edit and upload.
What llms.txt does
Think of llms.txt as robots.txt's constructive sibling: instead of saying what crawlers can't do, it tells AI systems what your site is, in markdown they parse natively. The summary line is frequently quoted verbatim in AI answers, which makes it the cheapest piece of message control on your site. The generated draft below follows the llms.txt convention: an H1 with your site name, a one-line blockquote summary, and a list of your most important pages.
How to install it
Save the generated file as llms.txt and upload it to your web root so it's reachable at yourdomain.com/llms.txt. Review every line first — engines treat it as your own description of yourself, so accuracy beats marketing copy. Keep it in sync with your sitemap when you add important pages, and consider a fuller llms-full.txt if your site has extensive documentation.
Frequently asked questions
What is an llms.txt file?
A markdown file at your site root that gives AI systems a curated overview of your site: name, a one-line summary, and links to key pages with short descriptions. It follows a community convention supported by a growing set of AI crawlers and tools.
Does my website need llms.txt?
It takes minutes, has no downside, and gives you control over the one-line description AI engines repeat about you. If you care about appearing in AI answers, yes.
Where do I put the llms.txt file?
In your site's web root, next to robots.txt, so it resolves at https://yourdomain.com/llms.txt. On most platforms that means the public or static folder of your project.