AI visibility and GEO·September 6, 2026·11 min readLire en français →·By Gabriel Gervais

Claude's search engine runs on Brave: what it changes for getting cited

Claude's web search does not go through Google. Anthropic has listed Brave Search on its public list of subprocessors, with the label "Web Search", since March 2025. The entry is still there. Brave runs its own index, built by its own crawler, with no call to Bing since April 2023. Ranking first on Google and on Bing therefore does not automatically put you in what Claude sees of your business. Two doors open separately: the Brave index and Anthropic's crawlers.

Key takeaways
  • Brave Search appears on Anthropic's list of subprocessors with the label "Web Search", verified on September 6, 2026. That is the verifiable fact. Anthropic has never published the recipe of its search pipeline.
  • Brave's crawler deliberately announces no distinct identity, and it obeys whatever your site grants Googlebot. A rule that blocks everything except Google therefore removes you from Claude, and nothing tells you so.
  • Brave's Chief Business Officer stated in July 2025 that its API supplied most of the top ten large language models, and that for some of them it was the only index behind their answers. Brave never names Anthropic.
  • Anthropic documents three crawlers with different effects. Blocking the training one does not remove you from search, and the reverse is true as well.
  • The pipeline is probably composite. A second vendor carries the same "Web Search" label on the list of subprocessors, and Anthropic's documentation names Bing, but for images.
  • There is no console, no coverage report and no rank tracking. Verification is done by hand, on a sample of questions.
On this page
Definition

Independent index

A web index built and maintained by the company that operates it, without borrowing the results of another search engine. Only a handful exist across the worldwide web. A page missing from an independent index is invisible to every product that relies on that index, whatever its ranking elsewhere.

40 billionpages in the Brave Search index, a figure published by the company itselfBrave, June 2026
2 billionqueries a month, an order of magnitude that places the engine without comparing it to the giantsBrave, February 3, 2026
100 millionpages added or refreshed every day, and 22 million answers a day served to its consumer applicationBrave, February 24, 2026

All three figures come from Brave's own publications and vary from one post to the next, sometimes a few weeks apart. We give them with their date, and not as independent measurements.

An index almost nobody watches

Brave Software is first of all a browser maker. Its search engine, launched in 2021, followed an unusual path: instead of reselling the results of a giant, the company built its own index and detached itself from Bing in stages. On April 27, 2023, it announced the end of the operation by removing the share of results that still depended on a call to the Bing API, about 7% according to its announcement. Since then, every web result displayed by Brave Search comes from its own index.

Josep M. Pujol, Chief of Search at Brave, summed up the company's position in April 2024: "Brave Search is uniquely positioned in this landscape, with the only independent search index besides Bing and Google." In April 2026, JP Schmetz, head of advertising for Brave Search, used a slightly more cautious wording with MediaPost: "Brave Search is one of the three largest independent indexes in the Western world."

The index fills up in two ways. First through classic crawling, with an in-house crawler. Then through the Web Discovery Project, an opt-in system, off by default, that users of the Brave browser turn on in their settings and that contributes anonymized data to the building of the index.

How we know Claude goes through Brave

The nature of the evidence needs to be stated precisely, because that is where most articles on the subject go off the rails.

Like any company subject to European data protection rules, Anthropic publishes the list of subprocessors that handle data on its behalf. On March 19, 2025, at the very moment Claude received web search, Brave Search appeared on that list. Simon Willison noticed it on March 21 and quoted Anthropic's changelog word for word: "As of March 19, 2025, we have made the following changes: Subprocessors added: Brave Search". TechCrunch published the same day. The entry has not moved since, and we consulted it on September 6, 2026: "Brave Search, Web Search, All products, United States".

A second technical clue was spotted at the time: the presence of a parameter named BraveSearchParams in Anthropic's API. And observers noted that the results served by Claude reproduced those of Brave on the same queries.

Worth noting

What these elements establish, and what they do not. They establish that Anthropic entrusts data to Brave Search for web search processing, and that the observed behaviour points the same way. They establish neither an announced partnership nor Brave's share of the pipeline. TechCrunch in fact wrote, in March 2025, that it had reached out to Anthropic, which had not responded by the time of publication. To our knowledge, no Anthropic executive or spokesperson has spoken publicly about Brave Search since.

On Brave's side, the language is just as cautious. Brian Brown, Chief Business Officer at Brave Software, wrote on July 16, 2025: "The Brave Search API currently supplies most of the top 10 AI LLMs with real-time Web search data, and for some of them, Brave is in fact the only search engine index supporting their AI answers." The claim is strong, and it comes from a named executive. It names no customer, however. When Brave names customers, in its posts and on its product page, they are Snowflake, Cohere, Mistral AI, Kagi or You.com. Anthropic does not appear there.

Brave did publish a post devoted to Claude in June 2026, about an integration of its engine through the MCP protocol in an Amazon Bedrock environment. That is a documented integration you turn on yourself, and not a confirmation of the internal plumbing of Claude's web search. The two things look alike and are not the same.

Why it is probably not Brave alone

Two observations are a reason not to write the equation "Claude equals Brave".

The first comes from the list of subprocessors itself. A second vendor carries exactly the same "Web Search" label: TurboPuffer, a vector database. Its addition was spotted in spring 2026 by the agency Xponent21, without any announcement from Anthropic. What TurboPuffer does exactly in the retrieval path is documented nowhere, and it would be unwise to invent it. Its presence simply indicates that retrieval runs through more than one building block.

The second observation comes from Anthropic's documentation. The help article on web search never names Brave, but it does name Bing: "Claude selects images from web search results, powered by Bing, and displays them alongside its text response." Bing is therefore used for images. That is enough to establish that the pipeline draws on several vendors depending on the type of result.

One last detail for practitioners. Since March 2026, the web_fetch tool in Anthropic's API has accepted a use_cache parameter, whose existence reveals that a page cache is kept on Anthropic's side. Claude therefore does not systematically go and fetch a page live, which has a practical consequence: a corrected page can keep being cited in its previous version for a while.

The robots.txt trap

Careful

The rule that removes you from Claude without warning you. Brave's help page is explicit about its crawler: "The Brave Search crawler does not advertise a differentiated user agent because we must avoid discrimination from websites that allow only Google to crawl them." And it draws the consequence: "if a domain or page is not crawlable by Googlebot, then Brave Search's bot will not crawl it either." In other words, Brave's crawler aligns itself with what you grant Googlebot. A robots.txt file that disallows everything for unidentified agents, or that allows only Googlebot and Bingbot by name, protects you from nothing and takes you out of the index that feeds Claude.

This is the configuration we run into most often in audits, usually on environments that have just been rebuilt. One technical clarification comes on top, and Brave's page states it bluntly: "robots.txt is not used to prevent a page from being indexed." To remove a page from the Brave index, the noindex tag is what you need. A robots.txt block prevents crawling, not necessarily inclusion in the index, and that confusion produces wrong diagnoses.

Anthropic's three crawlers

Anthropic documents three crawlers, on a page updated April 7, 2026. The page specifies that they honour the standard robots.txt directives and support the non-standard Crawl-delay extension, and it publishes its IP address ranges for verification. The point that matters for a site owner is simple: blocking one crawler does not block the others, and each decision carries a different cost.

CrawlerDocumented functionWhat blocking it leads to
Claude-SearchBot"navigates the web to improve search result quality for users"Anthropic no longer indexes your content for search, which can reduce your visibility. This is the most costly block
Claude-UserFetches a page when a person asks Claude a questionClaude can no longer retrieve your page in response to a question, even if it is indexed
ClaudeBotCollects web content that may be used to train modelsYour future content stays out of training datasets. No effect on search or on citation

The existence of Claude-SearchBot deserves to be underlined. Anthropic documents a crawler whose role is to index, at the very moment it depends on an outside search vendor. The verb "index" on a support page does not prove that a general-purpose web index exists, and we will not claim it does. But it is the most tangible sign of an indexing layer that belongs to Anthropic. The decision to block each of these crawlers or not is covered in full in Business owners: should you let AI crawlers access your content? and the same trap exists at Google, as shown in Blocking Google-Extended does not remove you from Google Search.

What we actually do

01

Check that Googlebot is blocked nowhere

On every template, every subdomain and every staging environment that became public by accident. This is the step with the most effect, because Brave's access depends on it.

02

Explicitly allow Claude-SearchBot and Claude-User

And treat the decision on ClaudeBot separately. If you do not want to feed training, block ClaudeBot alone and let the other two through.

03

Submit your important pages to Brave

The form is at search.brave.com/submit-url. It triggers a new visit from the crawler. No timeline is announced, and we promise none.

04

Take care of your structured data

Josep M. Pujol is very clear on this point: "Definitely, we pay special attention to schema.org structured data when building the context of the LLM prompt. The best is to have structured data about their business." And he adds: "The more comprehensive those schemas are, the more accurate the answer will be." For a Quebec business with physical locations, that means complete organization and place markup: address, hours, services and areas served.

05

Check at two levels

First type your query into Brave Search and see whether your page is there. Then put the same question to Claude and look at what it cites. The two results do not always match, and the gap is a piece of information in itself.

06

Run this check again after every redesign

A redirected page disappears from the index until a crawler comes back, and nothing will warn you. Add the check to your launch checklist, on the same footing as the sitemap.

07

Factor in the second way in

Since August 26, 2026, Claude in Chrome has been available on all paid plans. This route uses the person's browser and session, so neither the Brave index nor Anthropic's crawlers. A site that is slow, dependent on JavaScript or cluttered with consent windows behaves badly there.

What you lose compared with Google

It has to be said plainly, because this is a real constraint and not a detail of method.

With Google, you have a console, coverage reports, a history of positions, documentation that states what counts and, since June 2026, an impressions report for generative AI surfaces. With Microsoft, Bing Webmaster Tools has exposed since February 2026 the grounding queries used to retrieve your content and, since June 2026, your citation share on those queries.

For Claude, nothing comparable exists. No Brave console for site owners, no indexing report, no citation measurement on Anthropic's side. You have a URL submission form and your own eyes. And no, the llms.txt file changes nothing here: what it does and what it does not do is detailed in llms.txt: what the file does not do, and what the work behind it actually does.

The consequence for method is direct: you do not track a rank, you track a citation rate on a sample of questions that stays stable over time, recorded at regular intervals. It is less comfortable, and it is the only honest measurement available. The detail of what each tool sees is in Measuring your AI visibility: what each tool actually sees and the line between the two disciplines is in SEO and GEO: what really differs between the two.

What we do not know

The limits of this analysis
  • Brave's share of the pipeline. The entry on the list of subprocessors establishes processing, not a proportion. A second vendor carries the same label, and Bing is used for images.
  • The exact role of TurboPuffer. No public documentation describes it. Any claim on this point is speculation.
  • The date TurboPuffer was added. It is reported as May 6, 2026, without confirmation from Anthropic. The subprocessors page shows no update date.
  • What feeds Claude-SearchBot and what it does with it. The help page says it indexes. It does not say into what.
  • Timelines. Neither Brave nor Anthropic publishes a delay between the submission of a URL and its appearance in an answer. Be wary of any article that gives you one.
  • Brave's scale figures. They are self-reported, they vary between the company's publications, and no independent measurement corroborates them.
To execute

What we see in audits. The most frequent problem configuration is not a deliberate block on Claude. It is a robots.txt file inherited from a redesign, written to push back content scrapers, that allows only two or three known crawlers by name. The intent was defensive. The effect is to remove the site from the index that feeds Claude, without any tool flagging it. The fix takes ten minutes. The visibility gap, for its part, will have lasted months.

Being cited by generative engines and using it to sell is at the heart of the Strengthen your visibility in AI answers goal. If you first want to know where you stand, the GEO audit starts with the access files and a citation count.

The other half of this analysis is here: What search engine ChatGPT uses, and why it is no longer Bing. And everything starts from the same technical base, search engine optimization.

Frequently asked questions about Claude's search engine

Does Claude use Google?

No, not for its web search. Anthropic lists Brave Search on its public list of subprocessors with the label "Web Search", and Brave has served its results from its own index, with no call to another engine, since April 2023. Google still comes into play indirectly, and that is the counterintuitive point of this analysis: Brave's crawler obeys the rules your site grants Googlebot. Blocking Googlebot therefore removes you from Claude as well.

Do you need a Brave account to be indexed?

No. Brave has no console for site owners and no account to create. The only tool offered is a URL submission form, at search.brave.com/submit-url, which triggers a new visit from the crawler. No timeline is announced.

Does blocking ClaudeBot remove me from Claude's answers?

No. ClaudeBot is used to train models. The two crawlers your visibility depends on are Claude-SearchBot (which indexes your content for search) and Claude-User, which fetches your page when a person asks a question. You can refuse training by blocking ClaudeBot alone, without losing citation, as long as you let the other two through.

How long before a page appears in Claude?

Nobody publishes it, neither Brave nor Anthropic. So we give no timeline, and we suggest you be wary of any article that announces one. What can be verified is the current state: type the query into Brave Search to see whether the page is there, then put the question to Claude to see what it cites.

Does this mean Claude uses only Brave?

Probably not, and it needs to be said. A second vendor, TurboPuffer, carries exactly the same "Web Search" label on Anthropic's list of subprocessors, and its exact role is documented nowhere. In addition, Anthropic's documentation names Bing, but for the images that accompany an answer. Brave's entry establishes web search processing, not a proportion.

Has Anthropic confirmed that it uses Brave?

Not publicly. TechCrunch reached out to the company in March 2025 without getting a response before publication, and to our knowledge no executive or spokesperson has spoken on the subject since. On Brave's side, an executive stated in July 2025 that its API supplied most of the top ten large language models, without naming any customer. The verifiable fact remains the entry on the list of subprocessors, backed by the observed behaviour.

Is it worth the effort for a Quebec SMB?

The central step costs nothing and serves your classic SEO first: checking that Googlebot is blocked on no template. The second, complete schema.org markup for your organization and your locations, serves Brave, Google and the other engines at the same time. This is the rare case where AI visibility work is the same thing as good technical hygiene.

Sources and references
  1. Anthropic, Trust Center, list of subprocessors, entry "Brave Search, Web Search", accessed September 6, 2026: trust.anthropic.com
  2. Anthropic, help page on its web crawlers, updated April 7, 2026: support.claude.com
  3. Anthropic, help page "Enable and use web search", quotation on the images powered by Bing, accessed September 6, 2026: support.claude.com
  4. Anthropic, documentation of the web_fetch tool and the use_cache parameter: platform.claude.com
  5. Anthropic, "Claude in Chrome generally available", August 26, 2026: claude.com
  6. Brave, "Brave Search Crawler", help page, accessed September 6, 2026: search.brave.com
  7. Brave, "Brave Search removes last remnant of Bing from search results page, achieving 100% independence", April 27, 2023: brave.com
  8. Brave, "What is the Web Discovery Project in Brave", help page, April 29, 2025: support.brave.app
  9. Brian Brown, Chief Business Officer at Brave Software, post on the listing of the API in AWS Marketplace, July 16, 2025: brave.com
  10. Brave, post on the Snowflake integration, which publishes the monthly query figure, February 3, 2026: brave.com
  11. Brave, "Claude Cowork on Amazon Bedrock with Brave Search", integration through MCP, June 29, 2026: brave.com
  12. Roger Montti, interview with Josep M. Pujol, Chief of Search at Brave, on structured data, Search Engine Journal, April 17, 2024: searchenginejournal.com
  13. Brave, "Brave Unveils New Privacy-Focused AI Answer Engine", April 17, 2024, source of the Josep M. Pujol quotation on the independent index: brave.com
  14. Brave, post on the growth of its API, February 24, 2026, source of the Ask Brave and index refresh figures: brave.com
  15. MediaPost, interview with JP Schmetz, head of advertising for Brave Search, April 6, 2026: mediapost.com
  16. Simon Willison, on the addition of Brave Search to Anthropic's list of subprocessors, March 21, 2025: simonwillison.net
  17. TechCrunch, "Anthropic appears to be using Brave to power web search for its Claude chatbot", March 21, 2025: techcrunch.com
  18. Danny Goodwin, "Anthropic clarifies how its Claude bots crawl the web", Search Engine Land, February 25, 2026: searchengineland.com
  19. Xponent21, report on the addition of TurboPuffer to Anthropic's list of subprocessors, July 2026: xponent21.com
  20. Microsoft, "New AI Visibility Insights in Bing Webmaster Tools", June 16, 2026, cited for comparison: blogs.bing.com
Gabriel Gervais
Gabriel GervaisPartner · Strategy, advertising and measurement

Gabriel almost always takes your first call and carries out your audit. He builds the strategy starting from your growth goal: where to put your budget, which market to test and how to connect each lead to a real sale in your CRM. He mainly leads engagements for three goals: Optimize the profitability of your digital campaigns, Develop a new market, and Generate demand and growth. With Geneviève, he also works on organic search (SEO), AI visibility (GEO) and conversion rate optimization (CRO). The sales a Google Ads or Meta Ads campaign brings in depend on the page that receives the click. He writes mainly about marketing strategy, paid advertising and measurement.

About Falia →

Keep reading

Tout AI visibility and GEO →
01
AI visibility and GEO·10 min read

What AI understands and says about your business, and how to check it

02
AI visibility and GEO·10 min read

Get cited by ChatGPT and other AIs without buying links

03
AI visibility and GEO·3 min read

GEO is 80% SEO: what the remaining 20% changes

Other topicsStrategySEOPaid advertisingConversionAI visibilityWeb design
← All insights