Free llms.txt Generator
Create a ready-to-review llms.txt for an entire website or a specific section. No account required.
The generator reads the public sitemap and page metadata, then uses AI to select and organize the most useful pages. Every URL comes from the crawl. Review the draft before publishing it.
What is llms.txt?
llms.txt is a plain Markdown file that gives AI systems a curated guide to a website. It contains an H1 site name, a short blockquote summary, and sections linking to the most useful pages. Answer.AI proposed the format in September 2024, and the specification is published at llmstxt.org. It is intended to be selective rather than duplicate a full sitemap. This generator follows v2, released on 10 August 2026.
Some websites publish llms.txt, but no major AI vendor currently documents support for third-party files. Google Search states that its AI features do not use llms.txt. Treat it as a low-cost navigation aid, not a ranking signal. See the llms.txt entry for the evidence and the deployment playbook for serving and verification steps.
How it works
- Read the homepage to identify the site name, description, and language.
- Find pages through robots.txt and the sitemap. If no sitemap is available, use links from the homepage.
- Fetch selected pages to confirm their titles and descriptions, and remove links that no longer resolve.
- Use AI to select useful pages, group them into sections, and write the summary and descriptions in the site’s language. If AI drafting is unavailable, assemble the file with predefined rules.
What the output looks like
This example uses a fictional analytics product. Your result follows the same structure and uses your website’s language:
# Northwind Analytics > Northwind Analytics is a self-hosted product analytics platform with HTTP event ingestion, ClickHouse storage, SQL access, and a query API. It does not offer a managed cloud service. ## Product - [Product overview](https://example.com/product): capabilities, architecture, and limitations - [Pricing](https://example.com/pricing): per-seat and per-event tiers ## Docs - [Quickstart](https://example.com/docs/quickstart): Docker Compose to first event in ten minutes - [Query API](https://example.com/docs/api): endpoints, auth, rate limits ## Optional - [Changelog](https://example.com/changelog): release history
What to know before using the draft
- Every link comes from the crawl. The AI selects pages by index and writes descriptions from their titles and metadata, rather than creating new URLs.
- The crawler does not render JavaScript. Websites whose navigation is available only after client-side rendering may produce incomplete results.
- The crawl runs on our servers, and a large language model processes the collected page metadata to draft the file.
- The result is a starting point, not a substitute for editorial review. You should decide which pages best explain your website and what readers should see first.
Deploying the file
- Serve it as plain text at the path it covers: /llms.txt for a whole-site guide, or /docs/llms.txt for a guide to /docs. Check that the URL does not return an HTML fallback page.
- Declare its location so agents do not have to guess. v2 added the
describedbylink relation, which you can publish as<link rel="describedby" href="/llms.txt">in the page head or as an equivalentLink:response header. - Check that every listed link resolves and that robots.txt does not disallow the path. The deployment playbook includes a full verification checklist and a CI example.
- Regenerate the file when navigation or important pages change. An outdated guide can send readers to the wrong content.
Frequently asked questions
What is llms.txt?
Is llms.txt the same as robots.txt?
Does Google read llms.txt?
Do I need an account?
Where do I put the generated file?
Why is my result missing pages?
Can I generate one for just a subfolder?
Is the generated file spec-compliant?
Keep reading
- llms.txt: the standard, adoption evidence, and limits
- llms.txt deployment playbook: verification and update guidance
- robots.txt: crawler access rules and how they differ from llms.txt
- AI crawlers: categories and access trade-offs
- Free AI Crawler Access Checker: see which AI crawlers can reach your site
- Free Citability Checker: see how easily AI systems can quote a page
- Free Schema Markup Checker: review a page's JSON-LD