Skip to content

Commit 97ba494

Browse files
ai labyrinth (#20950)
1 parent 216f39b commit 97ba494

File tree

5 files changed

+33
-0
lines changed

5 files changed

+33
-0
lines changed

src/content/docs/bots/get-started/biz-and-ent.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ If you have an Enterprise subscription without Bot Management, your application
4646
You can view blocked AI bot traffic via [Security Analytics](/waf/analytics/security-analytics/).
4747
:::
4848

49+
### Enable AI Labyrinth
50+
51+
<Render file="ai-labyrinth-enable" params={{ one: "Super Bot Fight Mode" }} />
52+
4953
## Analytics
5054

5155
For more on analytics, see [Bot Analytics](/bots/bot-analytics/biz-and-ent/).

src/content/docs/bots/get-started/bm-subscription.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ If you are not seeing Bot Management enabled on your zone or if you still see **
4040
You can view blocked AI bot traffic via [Security Analytics](/waf/analytics/security-analytics/).
4141
:::
4242

43+
### Enable AI Labyrinth
44+
45+
<Render file="ai-labyrinth-enable" params={{ one: "Bot Management" }} />
46+
4347
## Setup
4448

4549
For more guidance on setup, refer to your Customer Success Manager.

src/content/docs/bots/get-started/free.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ To disable Bot Fight Mode:
3838
You can view blocked AI bot traffic via [Security Analytics](/waf/analytics/security-analytics/).
3939
:::
4040

41+
### Enable AI Labyrinth
42+
43+
<Render file="ai-labyrinth-enable" params={{ one: "Bot Fight Mode" }} />
44+
4145
## Visibility
4246

4347
You can see bot-related actions by going to **Security** > **Events**. Any requests challenged by this product will be labeled **Bot Fight Mode** in the **Service** field. This allows you to observe, analyze, and follow trends in your bot traffic over time.

src/content/docs/bots/get-started/pro.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Super Bot Fight Mode is included in your Pro subscription. When enabled, the pro
4141
You can view blocked AI bot traffic via [Security Analytics](/waf/analytics/security-analytics/).
4242
:::
4343

44+
### Enable AI Labyrinth
45+
46+
<Render file="ai-labyrinth-enable" params={{ one: "Super Bot Fight Mode" }} />
47+
4448
## Analytics
4549

4650
### Bot Report
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
inputParameters: param1
3+
4+
---
5+
6+
import { Markdown } from "~/components"
7+
8+
The AI Labyrinth adds invisible links on your webpage with specific `Nofollow` tags to block AI crawlers that do not adhere to the recommended guidelines and crawl without permission. AI crawlers that scrape your website content without permission will be stuck in a maze of never-ending links, and their details are recorded and used by all Cloudflare customers who choose to block [AI bots](/bots/concepts/bot/#ai-bots).
9+
10+
These links do not impact your search engine optimization (SEO) or your website's appearance, and are only seen by bots. AI bots that respect no-crawl instructions will safely ignore this honeypot.
11+
12+
To enable AI Labyrinth:
13+
14+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
15+
2. Go to **Security** > **Bots**.
16+
3. Select **Configure {props.one}**.
17+
4. Enable **AI Labyrinth**.

0 commit comments

Comments
 (0)