2026 Edition

llms.txt
Generator 2026

Enter your site URL and we fetch your sitemap automatically, categorize your pages into sections, and build a standards-compliant llms.txt file you can download instantly. No signup required.

... llms.txt files generated
Analyze Your Site

Enter your site URL and click Analyze. We fetch your sitemap and homepage to build a starting point automatically. Or skip this and build manually below.

Site Info

The H1 title and blockquote description are the first things AI assistants read. Keep the description to 2-3 clear sentences about what your site does.

Content Sections

Each H2 section groups related links. Add your most important pages first. Use the Optional section for lower-priority content.

Quick add:
Live Preview
0 bytes0 lines

Understanding llms.txt

Everything you need to know about the llms.txt standard in 2026.

What is llms.txt?

Proposed by Jeremy Howard (Answer.AI) in September 2024, llms.txt is a Markdown file at yoursite.com/llms.txt that tells AI assistants what your site contains and which pages are most important.

Over 844,000 websites have added llms.txt as of 2026, including Anthropic, Stripe, Cloudflare, and Vercel. Support is growing across AI tools, though not yet universal.

llms.txt vs robots.txt

robots.txt is a security guard: it restricts which pages crawlers can access. It controls access.

llms.txt is a tour guide: it tells AI assistants where to find important content and how to understand it. It does not restrict access — it curates it.

Both files serve different purposes and should coexist at your domain root.

The File Format

llms.txt uses standard Markdown. The only required element is the H1 title:

# Site Name

> 1-3 sentence description.

## Section Name
- [Page Name](https://url): Description

## Optional
- [Secondary Page](https://url): Less critical

The ## Optional section is special: AI systems skip it when their context window is limited.

llms.txt vs llms-full.txt

llms.txt is a curated index with links. Small, fast, easy to maintain. AI assistants use it to navigate your content.

llms-full.txt contains the complete text of every page in one file. Anthropic's is 481,000 tokens. Used for deep offline reference.

For most sites, llms.txt alone is sufficient. Only add llms-full.txt if you have extensive documentation that AI tools need to query comprehensively.

Frequently Asked Questions

Common questions about llms.txt in 2026.

llms.txt is a Markdown file that guides AI assistants on how to understand your website. Without it, AI tools have to guess your site structure from crawl data. With it, you curate exactly which pages are important and how they should be described. It was proposed in September 2024 and now has 844,000+ implementations.
Documented supporters include Anthropic (Claude), Perplexity, Cursor, Cloudflare, and several developer tools. Google does not currently support it. ChatGPT has no formal commitment. Adoption is growing but patchy — it's a best practice and future-proofing measure rather than an immediate ranking signal.
The blockquote (lines starting with >) directly below your H1 title should be 1-3 sentences that answer: what is this site, who is it for, and what can someone do here? Write it as if explaining your site to a smart person who has never heard of it. Keep it factual — AI assistants use this to set context before reading the rest of your file.
The ## Optional section is a special signal in the llms.txt spec. Links under this heading tell AI systems "this content is lower priority — skip it if your context window is limited." Use it for older blog posts, secondary resources, or anything that's useful but not essential for understanding your site.
No. Google does not read or process llms.txt. It has no effect on SEO rankings or Google search visibility. It is specifically for AI assistants and language model tools, not search engine crawlers. Adding it will not hurt your SEO, but it also won't help with Google directly.
For most websites, llms.txt alone is sufficient. llms-full.txt is a single massive file containing the complete text of your entire site — useful for developer documentation sites where AI tools need comprehensive access without crawling. Unless you run a large documentation platform, start with llms.txt and see if you need more.
For WordPress: upload your llms.txt file to the root of your WordPress installation via FTP, cPanel file manager, or use Yoast SEO which has built-in llms.txt generation. For Shopify: use the Files section in your Shopify admin to upload the file, then add a redirect in your theme's settings or a custom URL redirect from /llms.txt to the file's CDN URL.