Skip to content

Commit 41f4c8b

Browse files
[Bots] Managed robots.txt update (#23213)
* text edits * changelog * changelog * Update src/content/docs/bots/additional-configurations/managed-robots-txt.mdx Co-authored-by: Kate Tungusova <[email protected]> * Update src/content/docs/bots/additional-configurations/managed-robots-txt.mdx Co-authored-by: Kate Tungusova <[email protected]> --------- Co-authored-by: Kate Tungusova <[email protected]>
1 parent 5c67fa5 commit 41f4c8b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ AI bots are expected to follow the `robots.txt` directives. Otherwise, they risk
1616

1717
## Compatibility with existing `robots.txt` files
1818

19-
Cloudflare will indepedently check whether your website has an existing `robots.txt` file. If your website already has one — verified by a HTTP `200` response — we will prepend our managed `robots.txt` before your existing `robots.txt`, combining both into a single response.
19+
Cloudflare will independently check whether your website has an existing `robots.txt` file.
20+
21+
- If your website already has a `robots.txt` file — verified by a HTTP `200` response — Cloudflare will prepend our managed `robots.txt` before your existing `robots.txt`, combining both into a single response.
22+
- If your website does not have a `robots.txt` file, it will receive Cloudflare's managed block directives.
2023

2124
To implement a `robots.txt` file on your domain based on your plan:
2225

@@ -33,4 +36,5 @@ To implement a `robots.txt` file on your domain based on your plan:
3336
</Tabs>
3437

3538
## Availability
39+
3640
Managed `robots.txt` for AI crawlers is available on all plans.

src/content/release-notes/bots.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ productLink: "/bots/"
55
productArea: Application security
66
productAreaLink: /fundamentals/reference/changelog/security/
77
entries:
8+
- publish_date: "2025-07-02"
9+
title: Managed robots.txt will prepend existing files
10+
description: Cloudflare will prepend our managed `robots.txt` before your existing `robots.txt`, combining both into a single response.
811
- publish_date: "2025-05-14"
912
title: Anomaly detection events now receive a bot score of 2
1013
description: Events detected by the [anomaly detection engine](/bots/concepts/bot-detection-engines/#anomaly-detection-enterprise) are now given a bot score of 2.

0 commit comments

Comments
 (0)