SiteTidy
Home /Tools /llms.txt Generator & Checker

llms.txt Generator & Checker

Provide a structured way for AI assistants and LLMs to navigate your documentation.

llms.txt Assistant

Optimize your site for AI agents. Generate a structured llms.txt file or check an existing domain for AI readiness.

Generated llms.txt

llms.txt
# Fill out the form to generate llms.txt

Deployment Notice

Save this file as llms.txt and place it in the root directory of your website (e.g. https://example.com/llms.txt). This standard format helps AI agents and LLMs understand your site architecture instantly.

What is llms.txt?

llms.txt is a proposed standard similar to robots.txt, but specifically designed to help Large Language Models (LLMs) like ChatGPT, Claude, and Gemini discover and understand your documentation.

Why do I need it?

When an AI model accesses your website to answer a user's question, it often has to scrape regular HTML pages, which can be noisy and difficult to parse. An llms.txt file acts as a directory, pointing the AI to clean, markdown-based documentation files that are much easier for it to process.

Format

The file is a simple Markdown document placed at /.well-known/llms.txt or /llms.txt. It typically contains a top-level heading (H1) with the project name, a blockquote with a summary, and links to relevant documentation files.

Related Guides

Deepen your understanding with our expert articles.