llms.txt Generator
Help AI understand your website
Crawls your sitemap, fetches your pages, and generates spec-compliant llms.txt and llms-full.txt files. Download them and upload to your site root.
Like robots.txt, but for AI language models.
Lists your pages with titles, URLs, and descriptions.
llms-full.txt adds the full markdown content inline.
Helps AI systems cite and reference your content accurately.
After generating
How to deploy your llms.txt
Download or copy the generated llms.txt (and optionally llms-full.txt) from the results above.
Place the files at the root of your website, alongside robots.txt and sitemap.xml.
Visit yourdomain.com/llms.txt to confirm it is publicly accessible.
Definition
What is llms.txt?
llms.txt is a Markdown file at your domain root (e.g. example.com/llms.txt). It lists your pages with titles, URLs, and one-line descriptions so AI models can understand your site without crawling it. The optional companion file, llms-full.txt, embeds the full page content inline.
Comparison
llms.txt vs robots.txt vs sitemap.xml
| Feature | llms.txt | robots.txt | sitemap.xml |
|---|---|---|---|
| Primary audience | AI language models | Search engine crawlers | Search engine indexers |
| Purpose | Describe site content for AI | Control crawl access | List all indexable URLs |
| File location | /llms.txt | /robots.txt | /sitemap.xml |
| Format | Markdown | Plain text directives | XML |
| Content descriptions | Yes — title + summary per page | No | No |
| Full content option | Yes (llms-full.txt) | No | No |
| Adopted since | 2024 | 1994 | 2005 |
Background
Why llms.txt matters
AI assistants increasingly answer questions that used to go to Google. When someone asks ChatGPT or Claude for a tool recommendation, the AI pulls from what it knows about your site. llms.txt gives it a clean summary instead of forcing it to guess from scattered crawl data.
Without llms.txt, AI models rely on whatever fragments they picked up during training or from live crawling. With it, you decide which pages matter and how they get described.
It sits at your domain root, always available, always current. Not a silver bullet, but one of the few things you can actually do to influence how AI talks about you. That matters for AI visibility and getting properly cited.
Reference
llms.txt Format & Specification
The file starts with your site title and a one-line description, followed by a list of pages — each with a title, URL, and short description. llms-full.txt adds the full markdown content inline for each page, so models can understand your site without crawling it.
# Site Title > One-line site description. ## Pages - [Page Title](https://example.com/page): Short description. - [Another Page](https://example.com/other): Another description.
The spec follows Markdown conventions. Each page entry is a list item with a link and an optional colon-separated description. See the full specification at llmstxt.org.
See what AI models actually say when your category comes up.
Track which competitors get cited — and which sources AI pulls from.
Actionable recommendations, not dashboards for dashboards' sake.
Reports that refresh automatically.
AI Crawlability Checker — Check whether AI crawlers can reach your pages and identify technical blockers.
What is AI visibility? — Why AI mentions matter and what you can do about them.
FAQ