If you enable Cloudfare’s block AI bots, scrapers and crawlers with a single click feature, you run a chance of blocking all the search engine spiders & will run a risk of getting deindexed on all the search engines, which you don’t want to do. The same thing will happen if you enable “bot fight mode” without changing the settings to exclude the main search engine spiders.
Cloudflare’s Bot Fight Mode is the cause. Essentially, this tool works at a js level and blocks anything it considers to be suspicious - including Google’s crawler. Cloudflare will tell you that you can exclude the crawler meaning it is permitted to access. However, they omit one critical element - you need to have a paid plan to do so.
With the Bot Fight Mode enabled, the website cannot be crawled
So instead, you should block the bots that you don’t want crawling your sites via the use of a robots.txt file. https://help.raptive.com/hc/en-us/articles/25756415800987-How-to-manually-block-common-AI-crawlers
User-agent: anthropic-ai
Disallow: /
User-agent: Claude-Web
Disallow: /
User-agent: CCbot
Disallow: /
User-agent: FacebookBot
Disallow: /
User-agent: Google-Extended
Disallow: /
User-agent: GPTBot
Disallow: /
User-agent: PiplBot
Disallow: /
Cloudflare’s Bot Fight Mode is the cause. Essentially, this tool works at a js level and blocks anything it considers to be suspicious - including Google’s crawler. Cloudflare will tell you that you can exclude the crawler meaning it is permitted to access. However, they omit one critical element - you need to have a paid plan to do so.
With the Bot Fight Mode enabled, the website cannot be crawled
So instead, you should block the bots that you don’t want crawling your sites via the use of a robots.txt file. https://help.raptive.com/hc/en-us/articles/25756415800987-How-to-manually-block-common-AI-crawlers
How it works
You can block AI crawlers by adding them to your site’s robots.txt file as disallowed user agents (according to each AI company’s instructions.)User-agent: anthropic-ai
Disallow: /
User-agent: Claude-Web
Disallow: /
User-agent: CCbot
Disallow: /
User-agent: FacebookBot
Disallow: /
User-agent: Google-Extended
Disallow: /
User-agent: GPTBot
Disallow: /
User-agent: PiplBot
Disallow: /








