Open proposal
Its official page presents it as a standardisation proposal, not a universal web protocol.
Guides
A file does not automatically make a website visible in AI answers. Search, training, user-triggered actions, advertising and technical access must be separated before deciding what to allow or block.
In brief
robots.txt manages crawling by bots that respect it; noindex controls indexing when the crawler can read the page; sitemap.xml supports discovery; llms.txt is an optional proposal and Google says it is not used for Search or AI features. OpenAI separates OAI-SearchBot, GPTBot, ChatGPT-User and OAI-AdsBot: configure them according to purpose, not all in the same way.
The correct decision starts with four separate questions. Skipping one produces contradictory configurations.
Their names are often mixed together, but each layer answers a different question.
| Tool | What it does | What it does not guarantee | When to use it |
|---|---|---|---|
| robots.txt | Declares which paths a compliant crawler may request. | It is not access control and does not always prevent a URL from being known. | Manage crawling and separate purposes by user-agent. |
| noindex | Asks search engines not to show a resource in their results. | It must be read: if the page is blocked from the crawler, the rule may remain unseen. | Exclude publicly reachable pages from an index. |
| sitemap.xml | Lists canonical URLs and dates that support discovery and recrawling. | It cannot force crawling, indexing, ranking or citation. | Consistently signal the pages that matter. |
| Structured data | Describes entities and properties through a machine-readable vocabulary. | It does not grant access and no special schema guarantees AI visibility. | Make information already present in the content explicit and consistent. |
| llms.txt | Proposes a curated Markdown index for tools and models at inference time. | It is not a crawling directive, ranking factor or universally adopted standard. | Complex documentation contexts where a real consumer and maintenance process exist. |
| WAF, CDN and authentication | Technically allows or denies requests and protects private resources. | Overly aggressive rules can block legitimate crawlers as well. | Security, rate limits, bot verification and actual protection. |
A professional setup coordinates these layers; it does not choose one file as a replacement for the others.
The specification published by Jeremy Howard in 2024 proposes a Markdown file at the site root containing a summary, instructions and selected links.
The idea addresses a real problem: complex pages, navigation, scripts and large bodies of documentation are difficult to condense within a model’s context. A short index can point to the most authoritative resources and their Markdown versions.
The file can make sense for technical documentation, APIs, universities or knowledge bases where users and tools explicitly know to read it. It can also become an internal artefact for testing how an assistant retrieves curated information.
It neither authorises nor prohibits access. It does not replace robots.txt, sitemaps, canonicals, structured data, readable HTML or complete content. Above all, the file’s presence does not prove that a specific engine consumes it.
Adding it is inexpensive; keeping it correct requires attention. An outdated index that conflicts with the website creates one more source of ambiguity.
Its official page presents it as a standardisation proposal, not a universal web protocol.
It has value only when it describes genuine, stable, maintained sources and the target system uses it.
Google says Search ignores llms.txt: it neither helps nor harms rankings or generative features.
My practical position
I do not sell it as an SEO or GEO shortcut. I assess it as an optional documentation layer after fixing content, HTML, linking, sitemaps, metadata, accessibility and access for crawlers that are actually relevant.
Google’s documentation is explicit: AI Overviews and AI Mode use the requirements and controls of traditional Search.
Official guidance
To be eligible for Google’s AI features, a page must be indexed, eligible to appear with a snippet and meet normal Search requirements. No AI-specific file or markup is required.
Google uses Googlebot to crawl for Search. Google-Extended is a separate token for controlling certain training and grounding uses in Gemini and does not affect inclusion or ranking in Google Search.
Controls access to content for Search, including generative features integrated into search.
nosnippet, data-nosnippet and max-snippet control how much of the page may be shown or directly used in Google Search AI features.
Expresses a choice about training and grounding in certain Gemini products without opting out of Google Search.
Crawlability, indexing and compliance make a page eligible; they do not guarantee crawling, ranking, citation or traffic.
For citable content, authority and editorial structure, also read how to appear on ChatGPT and AI search.
The distinction makes it possible, for example, to participate in ChatGPT Search while indicating that content should not be used to train foundation models.
OAI-SearchBot
Used to surface websites in ChatGPT Search. If excluded, the site does not enter search answers, although it may still appear as a navigational link.
GPTBot
Crawls content that may be used to improve the usefulness and safety of foundation models. It can be blocked independently of OAI-SearchBot.
ChatGPT-User
May visit a page when a person or Custom GPT requests it. It does not crawl automatically and, because the action is user-initiated, robots.txt may not apply.
OAI-AdsBot
Visits landing pages submitted as advertising destinations, checks their safety and may assess relevance. The data it gathers is not used to train foundation models.
Define the desired outcome first, then select the control capable of producing it.
| Goal | Control | Expected effect | Caution |
|---|---|---|---|
| Reduce or prohibit crawling | Disallow in robots.txt by user-agent and path. | A compliant crawler does not request the prohibited content. | The URL may be discovered elsewhere and the protocol does not protect against non-compliant bots. |
| Stay out of search results | A robots noindex meta tag or X-Robots-Tag. | The engine removes or does not show the resource after reading the rule. | Do not simultaneously block the crawler that needs to read noindex. |
| Limit excerpts and direct inputs | nosnippet, data-nosnippet or max-snippet where supported. | Reduces or excludes portions that can be used to present the result. | Support and effects are engine-specific and may reduce visibility. |
| Make content genuinely private | Authentication, authorisation and server-side access control. | The resource is not served without valid credentials. | robots.txt is public; never list secret paths and assume they will remain hidden. |
The most dangerous mistake
Combining Disallow and noindex on the same page in an attempt to strengthen the block: the crawler cannot enter and may therefore never read noindex. Sensitive information must not be publicly served without authentication.
These are readable examples, not fragments to copy blindly: precedence, existing groups, CDN rules and project goals must be checked.
robots.txt
Allows OAI-SearchBot, excludes GPTBot and Google-Extended, and signals the sitemap. Googlebot remains allowed when no applicable prohibition exists.
User-agent: OAI-SearchBot
Allow: /
User-agent: GPTBot
Disallow: /
User-agent: Google-Extended
Disallow: /
Sitemap: https://example.com/sitemap.xml
HTML
The crawler must be able to receive the HTML and read the directive. Non-HTML files can use an X-Robots-Tag response header.
<meta name="robots" content="noindex">
HTML
Limits the text excerpt while allowing a large image preview. It is an editorial trade-off to test, not an automatic improvement.
<meta name="robots" content="max-snippet:160, max-image-preview:large">
robots.txt
Allows relevant crawlers on the advertising path. The page must still pass firewalls, CAPTCHAs, geoblocks, authentication and rate limits.
User-agent: OAI-AdsBot
Allow: /landing-page/
User-agent: OAI-SearchBot
Allow: /landing-page/
Each platform documents its own controls. A sensible editorial choice weighs visibility, content reuse and commercial consequences.
For Google, this prevents snippets and direct use of the content as input for AI Overviews and AI Mode. It can therefore substantially reduce potential visibility.
Limits the character count of the excerpt. It does not select the passage and is not a universal control for every AI system.
Excludes specific portions from Google’s presentation while leaving the rest of the page available—useful for sensitive but non-private elements.
Express preferences about potential training or grounding without forcing a publisher to leave Google Search or ChatGPT Search respectively.
Evolving standards
Cloudflare proposes search, ai-input and ai-train directives to express permitted purposes. They may add contractual or operational clarity within the relevant ecosystem.
Cloudflare itself states that the signals express preferences rather than technical enforcement: a crawler can ignore them. Treat them as an emerging layer, not a replacement for server-side access control and applicable agreements.
The real journey crosses DNS, network, CDN, firewall, application and rendering. One inconsistent layer is enough to return an empty page or an error.
Anti-bot rules may classify a legitimate request as hostile automation and return a 403.
A human browser completes the check; a crawler may receive only the challenge page.
Overly strict thresholds or crawl spikes produce 429 responses and interrupt resource retrieval.
The page works in one country but not from the network ranges published by the crawler provider.
Chains, logins, deep links or conditional destinations prevent access to the final content.
The initial response contains little content and requires execution, interaction or APIs that the crawler does not complete.
Allow does not mean successful access
Verification must inspect HTTP status, redirects, received HTML, resources, security logs and official IP ranges. Trusting a user-agent alone is unsafe because it can be spoofed.
A serious review produces repeatable evidence and separates declared behaviour from observed behaviour.
Check the 200 response, text format, groups, paths, sitemap directives and automatically generated rules.
Check the homepage, service pages, guides, product pages and landing pages—not just one sample URL.
Record HTTP status, Location, content-type, X-Robots-Tag, canonical and the final destination.
The title, main content, links and essential data should exist without requiring human interaction.
Look for requests, frequency, status, URLs, timings and WAF blocks associated with the relevant crawlers.
Compare IP addresses or official provider verification procedures: anyone can copy a user-agent string.
Search Console and URL Inspection help explain what Google receives and which directives it recognises.
Observe citations, utm_source=chatgpt.com traffic, landing pages and conversions without assigning causality to llms.txt.
Crawlers may reach the page; they still need to find useful, consistent, verifiable and connected information.
The correct hierarchy
A good website exposes complete content, descriptive titles, ordered sections, real links, consistent entities, dates and editorial responsibility in its HTML. Sitemaps and structured data reinforce that foundation.
llms.txt may point to the most important resources, but if those resources are generic, contradictory or invisible without JavaScript, it cannot create authority or understanding on their behalf.
Main information in the response, semantic structure and links with genuine href destinations.
Experience, data, cases, limitations and an editorial position that add more than a generic summary.
Names, services, prices, locations and properties agree across text, schema, feeds, profiles and linked pages.
People, assistive technologies and agents can find and use the same information without avoidable barriers.
Explore visibility in the SEO and GEO guide and interaction in the AI agent-ready website guide.
Experimenting is not the problem. The problem is assigning an effect to a file that the platform does not declare or that no one has measured.
“llms.txt improves Google rankings”
Google says it ignores the file for visibility and ranking, including generative Search features.
Generate a file and forget it
Removed URLs, changed offers and outdated descriptions create an unreliable parallel index.
Block every AI bot together
Search, training, user actions and advertising have separate purposes and controls.
Use robots.txt to hide secrets
The file is public and voluntary and may even reveal the paths that were meant to stay hidden.
Combine Disallow and noindex blindly
The crawl restriction may stop the search engine from reading the exclusion directive itself.
Allow the bot but block it in the WAF
The declaration is correct, yet the real request ends with a 403, 429 or challenge page.
Trust the user-agent alone
The string can be spoofed; allowlisting and diagnosis should rely on official procedures and ranges.
Confuse eligibility with a guarantee
Correct configuration removes technical blockers; it cannot buy rankings, citations or conversions.
Ten checks connecting business goals, content, infrastructure and measurement.
Write separate choices for search, training, user actions, advertising and private content.
Use official names and documentation and record the date, purpose and source page.
Separate public, indexable, excluded, transactional and private areas.
Check precedence, duplicate groups, wildcards, sitemaps and third-party generated instructions.
Verify robots meta tags, X-Robots-Tag, canonicals and snippet controls on every relevant template.
Implement it only with a defined purpose, owner, canonical sources and update procedure.
Compare declared rules with firewalls, challenges, geoblocks, rate limits and official IP ranges.
Check status, redirects and HTML from the network, not only within the developer’s authenticated browser.
Keep test output, logs, verification date and the published configuration.
Review again when engines, products, CDNs, URL structures, content or business purposes change.
The advantage is not writing robots.txt by hand; it is understanding the full path through content, routing, headers, security and measurement.
Project method
When I build or review a website, directives are not added at the end as GEO decoration. They derive from the pages that must remain public, the commercial goals and the tools actually in use.
AI crawlers and products change quickly. This guide separates protocols, official statements, community proposals and project decisions.
Purpose, Markdown format, relationship with sitemaps and robots.txt, and its status as an open proposal.
Technical SEO, content, AI Mode, myths and Google’s explicit statement that llms.txt is irrelevant to Google Search.
Googlebot, eligibility, snippet controls, noindex and the relationship with Google-Extended.
The file’s purpose, limitations, disallowed URLs and the difference between crawl management and removal from the index.
noindex, nosnippet, data-nosnippet, max-snippet and the requirement that a crawler can read directives.
A token for training and grounding in Gemini products, separate from Google Search and not used as a ranking signal.
Technical protocol specification, matching, groups, file access and compliant crawler behaviour.
OAI-SearchBot, GPTBot, ChatGPT-User, OAI-AdsBot, purposes, user-agent strings and published IP ranges.
ChatGPT Search, noindex, OAI-SearchBot, GPTBot and referral measurement through utm_source=chatgpt.com.
OAI-AdsBot, OAI-SearchBot, WAFs, CDNs, CAPTCHAs, rate limits, 403, 429 and verification through official IP ranges.
Proposed search, ai-input and ai-train signals and clarification of their technical enforcement limits.
Sources checked on 5 August 2026. Crawler names, products, IP ranges and directive support may change: always recheck official documentation before making changes.
Direct answers that separate documented behaviour from shortcuts being marketed as facts.
No. Google explicitly says Search does not use llms.txt and that the file neither helps nor harms visibility or rankings, including generative Search features.
Not necessarily. It may serve as a Markdown index for documentation or tools that state they use it. It still needs a real consumer, canonical sources and maintenance and should not be presented as a universal SEO or GEO requirement.
Not reliably. It manages crawling and a blocked URL may be discovered through other links. To exclude a page from results, use noindex while leaving it accessible to the crawler that needs to read the directive.
No. The file is public and directives are voluntarily followed by compliant crawlers. Confidential content requires authentication, authorisation and server-side controls.
Yes, according to OpenAI documentation: allow OAI-SearchBot and disallow GPTBot. The two settings are independent.
OpenAI explains that ChatGPT-User acts at a user’s request and does not perform automatic crawling; robots.txt may therefore not apply. It is not used to determine Search inclusion.
GPTBot concerns content that may contribute to training foundation models; OAI-SearchBot supports ChatGPT’s search and citation features.
It is a robots.txt token for controlling certain training and grounding uses in Gemini products. Google says it does not affect inclusion or ranking in Google Search.
No. AI features integrated into Google Search use Googlebot and snippet controls. Google-Extended is separate from Search.
Because a WAF, CDN, bot manager, CAPTCHA, authentication, geoblock or rate limit may deny the request after robots.txt has been evaluated.
No: their purposes differ. Structured data describes entities and properties found on the page; llms.txt proposes a curated index of resources. Neither grants access or guarantees citations.
Test URLs and user-agents, inspect status codes, redirects, headers, HTML and logs, verify official IP ranges and observe Search Console and referrals. Repeat the review when the site, CDN or provider documentation changes.
Next step
Explore structure, content, structured data, indexing and signals that help search engines and AI systems understand and cite a website.