LLMs.txt
Also known as: AI Crawler Directives, LLM Directives File
A standardized file that provides instructions to AI crawlers about how to interpret and use website content.
A standardized file that provides instructions to AI crawlers about how to interpret and use website content.
What is LLMs.txt?
Why It Matters
Use Cases
Content Usage Permissions
Specify which content AI systems can use for training or generation
Context Preservation
Ensure AI systems maintain important context when referencing content
Attribution Requirements
Define how AI systems should attribute content when used in responses
Content Boundaries
Establish which sections of a site should not be used by AI systems
Freshness Signals
Indicate content update frequency and importance of recency
Optimization Techniques
Metrics
LLM Interpretation
Code Example
# Example LLMs.txt file
# Version: 1.0
# Last Updated: 2023-10-15
# Global Settings
User-agent: *
Crawl-delay: 5
Attribution-required: true
Attribution-format: "Source: {site_name} ({url})"
Content-refresh: weekly
# Allow AI systems to use blog content with attribution
Allow: /blog/
Context-required: true
Preserve-sections: introduction, conclusion
# Disallow AI systems from using customer support pages
Disallow: /support/
Disallow: /help/
# Special instructions for product pages
Allow: /products/
Context-required: true
Preserve-sections: specifications, pricing
Freshness-critical: true
# Disallow training on user-generated content
Disallow: /reviews/
Disallow: /comments/
Disallow-purpose: training
# Allow summarization but not verbatim reproduction
Allow: /research/
Allow-purpose: summarization
Disallow-purpose: verbatim-reproduction
Related Terms
AI-First Indexing
A content indexing approach that prioritizes machine readability and AI understanding over traditional SEO factors.
Structured Data
Information organized in a formatted, machine-readable way that helps search engines and AI systems understand the content and context of web pages.
Generative Engine Optimization (GEO)
The practice of optimizing website content to boost visibility in AI-driven search engines and answer platforms like ChatGPT, Perplexity, Google's SGE, and Bing's AI chat.
Structured Data
{
"@context": "https://schema.org",
"@type": "DefinedTerm",
"name": "LLMs.txt",
"alternateName": [
"AI Crawler Directives",
"LLM Directives File"
],
"description": "A standardized file that provides instructions to AI crawlers about how to interpret and use website content.",
"inDefinedTermSet": {
"@type": "DefinedTermSet",
"name": "AI Optimization Glossary",
"url": "https://geordy.ai/glossary"
},
"url": "https://geordy.ai/glossary/geo-fundamentals/llms-txt"
}
Term Details
- Category
- GEO Fundamentals
- Type
- technique
- Expertise Level
- developer
- GEO Readiness
- essential