Skip to content

Commit e82907b

Browse files
[Bots] Reorganize verified bots documentation (#20075)
* reorganize verified bots * redirects * broken links
1 parent c22594f commit e82907b

File tree

8 files changed

+22
-7
lines changed

8 files changed

+22
-7
lines changed

public/_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@
173173
/support/firewall/tools/cloudflare-bot-products-faqs/ /bots/troubleshooting/ 301
174174
/support/other-languages/deutsch/cloudflare-bot/ /bots/troubleshooting/ 301
175175
/bots/concepts/ja3-fingerprint/ /bots/concepts/ja3-ja4-fingerprint/ 301
176+
/bots/reference/verified-bot-categories/ /bots/concepts/bot/verified-bots/categories/ 301
177+
/bots/reference/verified-bot-policy/ /bots/concepts/bot/verified-bots/policy/ 301
176178

177179
# byoip
178180
/byoip/about/dynamic-advertisement/ /byoip/concepts/dynamic-advertisement/ 301
File renamed without changes.

src/content/docs/bots/reference/verified-bot-categories.mdx renamed to src/content/docs/bots/concepts/bot/verified-bots/categories.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
pcx_content_type: reference
3-
title: Verified Bot Categories
4-
weight: 0
3+
title: Verified bot categories
4+
sidebar:
5+
order: 3
6+
label: Categories
57

68
---
79

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Verified bots
4+
sidebar:
5+
group:
6+
hideIndex: true
7+
order: 2
8+
9+
---

src/content/docs/bots/reference/verified-bots-policy.mdx renamed to src/content/docs/bots/concepts/bot/verified-bots/policy.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
pcx_content_type: reference
3-
title: Verified Bots Policy
4-
weight: 0
3+
title: Verified bots policy
4+
sidebar:
5+
order: 2
6+
label: Policy
57

68
---
79

src/content/docs/bots/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The JA3 Fingerprint can be null or empty in some cases. The most common case is
108108

109109
Cloudflare maintains a sample list of verified bots in [Cloudflare Radar](https://radar.cloudflare.com/verified-bots).
110110

111-
As a bot operator, in order to be listed by Cloudflare as a Verified Bot, your bot must conform with our [verified bot public policy](/bots/reference/verified-bots-policy/). If your bot meets this criteria, submit this [online application](https://docs.google.com/forms/d/e/1FAIpQLSdqYNuULEypMnp4i5pROSc-uP6x65Xub9svD27mb8JChA_-XA/viewform?usp=sf_link).
111+
As a bot operator, in order to be listed by Cloudflare as a Verified Bot, your bot must conform with our [verified bot public policy](/bots/concepts/bot/verified-bots/policy/). If your bot meets this criteria, submit this [online application](https://docs.google.com/forms/d/e/1FAIpQLSdqYNuULEypMnp4i5pROSc-uP6x65Xub9svD27mb8JChA_-XA/viewform?usp=sf_link).
112112

113113
---
114114

src/content/partials/bots/ai-bots-definition.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
You can block artificial intelligence (AI) bots, crawlers, and scrapers from scraping your website content and training large language models (LLM) to recreate it without your permission.
77

8-
When you enable this feature, all verified bots that are classified as AI Search, AI Assistant, AI Crawler, or an Archiver, as well as a number of unverified bots that fall into the [verified bot categories](/bots/reference/verified-bot-categories/) are blocked. It does not block verified bots that fall into the Search Engine categories.
8+
When you enable this feature, all verified bots that are classified as AI Search, AI Assistant, AI Crawler, or an Archiver, as well as a number of unverified bots that fall into the [verified bot categories](/bots/concepts/bot/verified-bots/categories/) are blocked. It does not block verified bots that fall into the Search Engine categories.
99

1010
Refer to [Cloudflare Radar](https://radar.cloudflare.com/traffic/verified-bots) for examples of verified bots.
1111

src/content/partials/bots/firewall-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Bot Management provides access to several [new variables](/ruleset-engine/rules-
99
- **Serves Static Resource** (`cf.bot_management.static_resource`): An identifier that matches [file extensions](/bots/reference/static-resources/) for many types of static resources. Use this variable if you send emails that retrieve static images.
1010
- **ja3Hash** (`cf.bot_management.ja3_hash`) and **ja4** (`cf.bot_management.ja4`): A [**JA3/JA4 fingerprint**](/bots/concepts/ja3-ja4-fingerprint/) helps you profile specific SSL/TLS clients across different destination IPs, Ports, and X509 certificates.
1111
- **Bot Detection IDs** (`cf.bot_management.detection_ids`): List of IDs that correlate to the Bot Management heuristic detections made on a request (you can have multiple heuristic detections on the same request).
12-
- **Verified Bot Categories** (`cf.verified_bot_category`): A string that allows you to segment your verified bot traffic by its [type and purpose](/bots/reference/verified-bot-categories/).
12+
- **Verified Bot Categories** (`cf.verified_bot_category`): A string that allows you to segment your verified bot traffic by its [type and purpose](/bots/concepts/bot/verified-bots/categories/).

0 commit comments

Comments
 (0)