Loading...
Tool
Generate a llms.txt file that tells AI crawlers and assistants what your site contains and which pages matter.
Used to generate the llms-full.txt pointer at the bottom.
# My Site
> A short description of what this site is about.
## Blog
> Technical articles and engineering deep-dives
- https://example.com/blog/post-one
- https://example.com/blog/post-two
## Documentation
> API references, guides, and tutorials
- https://example.com/docs/getting-started
- https://example.com/docs/api
## Optional
- https://example.com/llms-full.txt
llms.txt is a proposed standard (similar to robots.txt) that tells large language models and AI-powered crawlers which pages on your site contain high-quality, citable content.
Place the file at https://yourdomain.com/llms.txt to make it discoverable. An optional llms-full.txt can contain the full text of your pages for direct ingestion.
The format uses Markdown: a # Heading for the site name, a > blockquote for the description, and ## Section headers with lists of URLs below each.
Was this tool helpful?