llms.txt Generator
Create a clean llms.txt file for your website from a few details and important links.
Everything is generated locally in your browser. Nothing you enter is sent to a server.
Review the output before uploading it to your website.
What is llms.txt?
llms.txt is a proposed plain-text file for giving language-model tools a concise, human-curated overview of a website and links to useful resources. Support and adoption can vary between AI systems, crawlers, and other tools.
What does llms.txt contain?
A typical file has a top-level site heading, a short blockquote description, and Markdown-style links grouped under headings such as Important Pages or Additional Resources. Keep it focused on pages that help someone understand or use the site.
llms.txt example
# Example Website > A short description of the website. ## Important Pages - [Documentation](https://example.com/docs): Guides and reference - [About](https://example.com/about): About the website
How to add llms.txt to a website
- Generate the file and save it with the exact filename
llms.txt. - Upload it to the public root of your website.
- Open
https://your-site.example/llms.txtto confirm the file is reachable.
Where should llms.txt live?
Place the file at the top-level public root of the website, alongside files such as robots.txt. The expected URL is /llms.txt, not a page hidden inside another directory.
llms.txt vs robots.txt
robots.txt communicates crawler access preferences. llms.txt is intended to provide a curated text overview and links. They are different files with different purposes, and one does not replace the other.
FAQ
- Does llms.txt guarantee AI rankings or citations?
- No. Creating a file does not guarantee rankings, citations, indexing, or visibility. Individual AI systems may support or ignore it.
- Should every website create one?
- There is no universal requirement. If you want to publish one, keep it accurate, concise, and useful to people who need an overview of your site.
- Can I edit the generated file?
- Yes. The output is plain text, so review it and make any final edits before uploading it.