diff --git a/public/_redirects b/public/_redirects index f7d12fde3948e1d..c0d158555912b54 100644 --- a/public/_redirects +++ b/public/_redirects @@ -173,6 +173,8 @@ /support/firewall/tools/cloudflare-bot-products-faqs/ /bots/troubleshooting/ 301 /support/other-languages/deutsch/cloudflare-bot/ /bots/troubleshooting/ 301 /bots/concepts/ja3-fingerprint/ /bots/concepts/ja3-ja4-fingerprint/ 301 +/bots/reference/verified-bot-categories/ /bots/concepts/bot/verified-bots/categories/ 301 +/bots/reference/verified-bot-policy/ /bots/concepts/bot/verified-bots/policy/ 301 # byoip /byoip/about/dynamic-advertisement/ /byoip/concepts/dynamic-advertisement/ 301 diff --git a/src/content/docs/bots/concepts/bot.mdx b/src/content/docs/bots/concepts/bot/index.mdx similarity index 100% rename from src/content/docs/bots/concepts/bot.mdx rename to src/content/docs/bots/concepts/bot/index.mdx diff --git a/src/content/docs/bots/reference/verified-bot-categories.mdx b/src/content/docs/bots/concepts/bot/verified-bots/categories.mdx similarity index 97% rename from src/content/docs/bots/reference/verified-bot-categories.mdx rename to src/content/docs/bots/concepts/bot/verified-bots/categories.mdx index aa28db1001958c6..846829efcecead8 100644 --- a/src/content/docs/bots/reference/verified-bot-categories.mdx +++ b/src/content/docs/bots/concepts/bot/verified-bots/categories.mdx @@ -1,7 +1,9 @@ --- pcx_content_type: reference -title: Verified Bot Categories -weight: 0 +title: Verified bot categories +sidebar: + order: 3 + label: Categories --- diff --git a/src/content/docs/bots/concepts/bot/verified-bots/index.mdx b/src/content/docs/bots/concepts/bot/verified-bots/index.mdx new file mode 100644 index 000000000000000..31c1626bd06e437 --- /dev/null +++ b/src/content/docs/bots/concepts/bot/verified-bots/index.mdx @@ -0,0 +1,9 @@ +--- +pcx_content_type: navigation +title: Verified bots +sidebar: + group: + hideIndex: true + order: 2 + +--- diff --git a/src/content/docs/bots/reference/verified-bots-policy.mdx b/src/content/docs/bots/concepts/bot/verified-bots/policy.mdx similarity index 98% rename from src/content/docs/bots/reference/verified-bots-policy.mdx rename to src/content/docs/bots/concepts/bot/verified-bots/policy.mdx index 3236ad4f6b0969e..7c45919f3082c8d 100644 --- a/src/content/docs/bots/reference/verified-bots-policy.mdx +++ b/src/content/docs/bots/concepts/bot/verified-bots/policy.mdx @@ -1,7 +1,9 @@ --- pcx_content_type: reference -title: Verified Bots Policy -weight: 0 +title: Verified bots policy +sidebar: + order: 2 + label: Policy --- diff --git a/src/content/docs/bots/troubleshooting.mdx b/src/content/docs/bots/troubleshooting.mdx index b059d584bf73d0d..1e4f1e59f59e502 100644 --- a/src/content/docs/bots/troubleshooting.mdx +++ b/src/content/docs/bots/troubleshooting.mdx @@ -108,7 +108,7 @@ The JA3 Fingerprint can be null or empty in some cases. The most common case is Cloudflare maintains a sample list of verified bots in [Cloudflare Radar](https://radar.cloudflare.com/verified-bots). -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). +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). --- diff --git a/src/content/partials/bots/ai-bots-definition.mdx b/src/content/partials/bots/ai-bots-definition.mdx index cf89095a5f5c1b1..26fa4665bb46f13 100644 --- a/src/content/partials/bots/ai-bots-definition.mdx +++ b/src/content/partials/bots/ai-bots-definition.mdx @@ -5,7 +5,7 @@ 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. -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. +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. Refer to [Cloudflare Radar](https://radar.cloudflare.com/traffic/verified-bots) for examples of verified bots. diff --git a/src/content/partials/bots/firewall-variables.mdx b/src/content/partials/bots/firewall-variables.mdx index 4559219d3e23c6c..1cc6a78a2c2c685 100644 --- a/src/content/partials/bots/firewall-variables.mdx +++ b/src/content/partials/bots/firewall-variables.mdx @@ -9,4 +9,4 @@ Bot Management provides access to several [new variables](/ruleset-engine/rules- - **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. - **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. - **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). -- **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/). +- **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/).