Skip to content

Commit 46ed64a

Browse files
Oxyjunkodster28
authored andcommitted
[Bots] Separating "Block AI bots" as a new page (cloudflare#23319)
* Separating "Block AI bots" as a new page * Adding note to mention availability * Wording edit * Updating label to match UI * Cross-referencing to AI Audit --------- Co-authored-by: kodster28 <[email protected]>
1 parent 0e4afc1 commit 46ed64a

File tree

6 files changed

+39
-8
lines changed

6 files changed

+39
-8
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
pcx_content_type: reference
3+
title: Block AI Bots
4+
sidebar:
5+
order: 8
6+
label: Block AI Bots
7+
---
8+
9+
import { Render, Tabs, TabItem } from "~/components"
10+
11+
:::note[Block AI bots availability]
12+
Note that **Block AI bots** feature is only available in the new application security dashboard (beta).
13+
14+
To try the new dashboard, refer to [Application security dashboard (beta)](/security/).
15+
:::
16+
17+
You can choose to block AI bots by activating **Block AI bots**. Activating this setting will block [verified bots](/bots/concepts/bot/verified-bots/overview/) that are classified in AI-related categories such as AI Assistant, AI Crawler, or an Archiver, as well as a number of unverified bots that behave similarly.
18+
19+
To block [AI bots](/bots/concepts/bot/#ai-bots):
20+
21+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
22+
2. Go to **Security** > **Settings**.
23+
3. Filter by **Bot traffic**.
24+
4. Go to **Block AI bots**.
25+
5. Under **Configurations**, select the edit icon. Choose from:
26+
- **Only block on hostnames with ads**: Use this option if you wish to block AI bots only on portions of your site that show ads. Cloudflare automatically detects whether ads are present on a subdomain, and only block on hostnames that contain those ad units.
27+
- **Block on all pages**: Use this option if you wish to block AI bots on all your pages.
28+
- **Do not block (off)**: Use this option if you wish to allow AI bots on all your pages.
29+
6. Select **Save** to save your configuration.
30+
31+
To block individual AI crawlers (rather than blocking all crawlers), use [AI Audit](/ai-audit/).

src/content/docs/bots/additional-configurations/managed-robots-txt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: reference
33
title: Direct AI crawlers with managed robots.txt
44
sidebar:
5-
order: 8
5+
order: 10
66
label: Managed robots.txt
77
---
88

src/content/docs/bots/additional-configurations/static-resources.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: reference
33
title: Static resource protection
44
sidebar:
5-
order: 9
5+
order: 12
66

77
---
88

@@ -12,7 +12,7 @@ Pro, Business, and Enterprise customers can use Cloudflare's bot solutions to pr
1212

1313
:::caution[Warning]
1414

15-
If you enable static resource protection, you may block good bots — like mail clients — that routinely fetch static resources. Make sure you understand your existing infrastructure before enabling this feature.
15+
If you enable static resource protection, you may block good bots — like mail clients — that routinely fetch static resources. Make sure you understand your existing infrastructure before enabling this feature.
1616
:::
1717

1818
## Super Bot Fight Mode

src/content/docs/bots/get-started/bot-fight-mode.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ To disable Bot Fight Mode:
3535

3636
## Block AI bots
3737

38-
<Render file="block-ai-bots-enable" params={{ one: "Bot Fight Mode" }} />
38+
Refer to [Block AI bots](/bots/additional-configurations/block-ai-bots/).
3939

4040
:::note
4141

42-
You can view blocked AI bot traffic via [Security Analytics](/waf/analytics/security-analytics/).
42+
You can view blocked AI bot traffic via [Security Analytics](/waf/analytics/security-analytics/).
4343
:::
4444

4545
## Visibility

src/content/docs/bots/get-started/bot-management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Cloudflare recommends that you deploy the following basic settings and customize
4444

4545
### Block AI Bots
4646

47-
<Render file="block-ai-bots-enable" params={{ one: "Bot Management" }} />
47+
Refer to [Block AI bots](/bots/additional-configurations/block-ai-bots/).
4848

4949
:::note
5050
You can view blocked AI bot traffic via [Security Analytics](/waf/analytics/security-analytics/).

src/content/docs/bots/get-started/super-bot-fight-mode.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ Accounts with an Enterprise subscription but not the [Bot Management add-on](/bo
4242

4343
## Block AI bots
4444

45-
<Render file="block-ai-bots-enable" params={{ one: "Super Bot Fight Mode" }} />
45+
Refer to [Block AI bots](/bots/additional-configurations/block-ai-bots/).
4646

4747
:::note
4848

49-
You can view blocked AI bot traffic via [Security Analytics](/waf/analytics/security-analytics/).
49+
You can view blocked AI bot traffic via [Security Analytics](/waf/analytics/security-analytics/).
5050
:::
5151

5252
## Analytics

0 commit comments

Comments
 (0)