Free Tool
Generate your llms.txt file
Create a spec-compliant llms.txt file that helps AI models discover and understand your website content.
Secure Check
Instant Results
Up to 10 pages
Scanning:
Sitemap Crawl
Meta Extraction
Content Discovery
Understanding llms.txt
What you need to know about the llms.txt standard and AI discoverability.
A directory for AI models
llms.txt is a proposed standard — like robots.txt but for AI systems. It's a markdown file placed at your site's root that lists your key pages with titles and descriptions, helping AI crawlers understand what content is available.
The specification
The format follows a simple structure defined at llmstxt.org: a title, optional description, and categorized lists of page links.
# Your Site Name > Brief description ## Key Pages - [Page](https://url): Description
How to deploy
Upload the generated file to your website's root directory — alongside your existing robots.txt. It should be accessible at yourdomain.com/llms.txt. No server configuration changes are required.