Make your website
AI-ready in 60 seconds
llms.txt is the file that tells AI engines — ChatGPT, Claude, Perplexity, Gemini — what your site is about, the same way robots.txt guides search crawlers. Generate yours free, validate it, and deploy in minutes.
No account needed · Your content never leaves your browser
Generator
Enter your site info, import URLs from a sitemap, and generate a clean llms.txt — titles auto-derived from URLs.
Try it now →Validator
Paste or upload your file. Get a 0–100 AI-readiness score with a detailed, line-by-line issue report.
Check a file →Learn the spec
What llms.txt is, why it matters for Generative Engine Optimization (GEO), and how to deploy it.
Read the guide →Learn llms.txt inside out
From the exact format to real-world examples — everything you need to ship a spec-perfect file.
📐 The Complete Format Guide
Every element of the llmstxt.org v2 spec, element-by-element, with a valid end-to-end example and common mistakes.
Read the spec →📚 Real-World Examples
Complete llms.txt files for SaaS docs, e-commerce, blogs and corporate sites — copy the structure that fits you.
See examples →⚖️ vs robots.txt & sitemap.xml
Three root files, three different jobs. A 9-dimension comparison and how they work together.
Compare the files →🛠️ Step-by-Step Tutorial
Create and deploy your llms.txt in 10 minutes — with per-platform instructions for WordPress, Next.js, Hugo and more.
Start the tutorial →🔌 WordPress Guide
The largest CMS on the web — here's how to add llms.txt via upload, plugins (Yoast, Rank Math) or a child-theme snippet.
WordPress how-to →📖 What is llms.txt?
Start here if you're new: what llms.txt is, why AI engines need it, and the basics of GEO.
Beginner's guide →What llms.txt looks like
A single Markdown file at your site root. That's it — no schema, no XML, no server config.
# Acme Docs
> Developer documentation for the Acme API,
> covering REST, GraphQL, SDKs and best practices.
## Important links
- [Home](https://acme.com/): Documentation home
- [Getting Started](https://acme.com/getting-started): 5-minute guide
- [API Reference](https://acme.com/api): Full REST reference
- [GraphQL](https://acme.com/graphql): GraphQL endpoint & schema Why it matters
AI is the new front door
More and more users get answers from ChatGPT, Claude and Perplexity instead of Google. Without llms.txt, AI agents crawl your whole site and guess what matters — often missing your best content.
A content map for LLMs
llms.txt gives AI engines a curated, structured summary of your pages so they can understand and cite you accurately. That's the foundation of Generative Engine Optimization (GEO).
Deploys in minutes
Generate → upload to your site root → done. Same effort as robots.txt, with zero dependencies or configuration.
llms.txt vs robots.txt vs sitemap.xml
Three tiny files, three very different jobs. You probably want all three.
| File | Audience | What it does | Format |
|---|---|---|---|
robots.txt | Search engine crawlers | Allows or blocks crawling of specific paths | Plain text rules |
sitemap.xml | Search engine crawlers | Lists every URL for indexing | XML |
| llms.txt | AI engines (ChatGPT, Claude, Perplexity…) | Structured content summary for LLM understanding & citation | Markdown |