Overview
generate_llms_txt creates a spec-compliant llms.txt file:
- Automatic content discovery — crawls your site to understand structure
- Spec-compliant format — follows the llms.txt standard
- Ready to deploy — returns content you can paste into /llms.txt
- AI optimized — helps AI assistants cite your content correctly
Parameters
Your website URL (domain or full URL). The tool will crawl from here to discover your site structure.
Example prompts
Response structure
The tool returns a JSON object with:The complete llms.txt file content, ready to deploy at /llms.txt on your domain root
Number of pages crawled to build the file
List of sections included in the llms.txt
Usage example
What is llms.txt?
llms.txt is a standardized file format that helps AI assistants understand your website:- Site summary — brief description of what your site offers
- Key pages — important pages AI should know about
- Content structure — how your content is organized
- Update frequency — when content is typically refreshed
When to use
Usegenerate_llms_txt when:
- audit_site shows llms.txt is missing — most common trigger
- Launching a new site — include from day one for better AI visibility
- Major site restructure — regenerate after significant changes
- Content strategy changes — update when adding new sections
Deployment
After generating the file:- Copy the
contentfrom the response - Save it as
llms.txtat your domain root - Deploy to
https://yourdomain.com/llms.txt - Verify it’s accessible publicly
The file must be at your domain root (/llms.txt), not in a subdirectory.
Cost
Generating an llms.txt costs 500 credits. This includes:- Crawling up to 50 pages of your site
- Content analysis and summarization
- Spec-compliant file generation
Next steps
- audit_site — verify llms.txt is working after deployment
- generate_sitemap — help AI assistants discover all your content