Website owners currently face a digital dilemma that feels like a Faustian bargain. To remain visible in search results and drive organic traffic, they must allow crawlers to index their pages. However, those same crawlers are often used to feed large language models that eventually synthesize the content, effectively stealing the traffic they were meant to generate. For years, the industry has relied on a binary switch: either you let the bots in, or you shut the door and risk disappearing from the map. This tension has created a volatile environment where content creators feel forced to choose between discoverability and intellectual property protection.
The Architecture of Granular Bot Control
Cloudflare is dismantling this binary choice by introducing a sophisticated classification system that moves beyond the simple Block AI Bots toggle. The new framework categorizes automated traffic into three distinct functional buckets: Search, Agent, and Training. This allows site administrators to define access based on the bot's specific objective and how the collected data is intended to be stored or redistributed.
This shift includes a significant change in default security postures. Starting September 15, 2026, all newly onboarded domains that feature ad-supported pages will have Training and Agent bots blocked by default. Search bots, which are critical for maintaining visitor inflow, will remain allowed. This policy reflects a strategic decision to protect the economic viability of the open web, recognizing that on ad-supported pages, human attention is the primary currency. By filtering out automation that does not lead to human clicks, Cloudflare aims to safeguard the revenue streams of publishers.
The system also implements a strict hierarchy for hybrid bots. Many of the most prominent crawlers, such as Googlebot, Applebot, and BingBot, perform multiple roles simultaneously, handling both search indexing and model training. Under the new rules, the most restrictive setting takes precedence. If a user chooses to block Training bots, any bot that performs training functions will be denied access entirely, regardless of its search capabilities. This ensures that a site owner's desire to protect their data from AI training is not bypassed by the bot's secondary role as a search engine.
From Identity to Intent: The New Content Sovereignty
This update represents a fundamental shift in how the industry views bot management. For a long time, the focus was on identity—asking who the bot was. Cloudflare is shifting the conversation toward intent—asking what the bot is doing. This is most evident in the development of a tiered usage system that categorizes data utilization into three levels: Reference, Summary, and Reproduce.
In this emerging model, a publisher could theoretically create a rule that allows SEO bots to crawl the site but restricts their utility to the Reference level. This would mean the bot can acknowledge the existence of the content and link to it, but cannot summarize the core value of the page or reproduce the text in a way that replaces the need for a user to visit the original source. By decoupling the act of crawling from the act of utilizing, Cloudflare is providing the technical infrastructure for a more nuanced agreement between creators and AI companies.
This transition places a new burden of transparency on bot operators. Cloudflare is now strongly advising AI companies to stop using monolithic crawlers. Instead, operators are encouraged to deploy separate crawlers for search, agentic tasks, and training. When a company separates its infrastructure, it allows the website owner to make an informed decision about which specific utility they are granting access to, rather than being forced into an all-or-nothing agreement.
For enterprise users, this visibility is managed through BotBase, a dedicated bot database. Enterprise Bot Management customers can use this dashboard to browse a comprehensive catalog of verified bots and agents, seeing exactly how each is categorized in real-time. To implement precise security rules, administrators can copy a specific Detection ID from BotBase and apply it directly to their security configurations, allowing for surgical precision in allowing or blocking specific entities.
This change also redefines the meaning of a verified bot. Previously, a verified status often acted as a passport for default access. Now, verification simply confirms the identity of the bot; the actual access is still governed by the category settings. A verified bot that identifies as a Training bot will still be blocked if the Training category is disabled. This ensures that honesty in identification is rewarded with transparency, but not with unconditional access.
To solve the problem of transitive trust—where an agent operates through a third-party platform, masking the original operator—Cloudflare has proposed a new header standard. By leveraging the RFC 7239 Forwarded header, they suggest a syntax that explicitly states the operator and the intended use of the content. An example of this implementation would look like this:
`Forwarded: for="openai";use="reference"`
By implementing this standard, site owners can look past the intermediary proxy and see exactly who is requesting the data and for what purpose. This removes the ambiguity of agentic workflows and allows the site owner to decide if they trust the final operator of the AI agent.
The web is moving away from an era of blind permission toward a regime of explicit, intent-based access.




