You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/2.guides/1.robots-txt.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,17 @@ The following rules are parsed from your `robots.txt` file:
60
60
-`Disallow` - An array of paths to disallow for the user-agent.
61
61
-`Allow` - An array of paths to allow for the user-agent.
62
62
-`Sitemap` - An array of sitemap URLs to include in the generated sitemap.
63
-
-`Content-Usage`- Content Signals for expressing AI usage preferences (see [Content Signals](#content-signals) below).
63
+
-`Content-Usage`/ `Content-Signal` - Directives for expressing AI usage preferences (see [Content Signals](#content-signals) below).
64
64
65
65
This parsed data will be shown for environments that are `indexable`.
66
66
67
67
## Content Signals
68
68
69
-
Content Signals allow you to express preferences about how AI systems should interact with your content using the `Content-Usage` directive.
69
+
Content Signals allow you to express preferences about how AI systems should interact with your content. Both `Content-Usage` and `Content-Signal` directives are supported:
70
+
71
+
### Content-Usage (IETF Standard)
72
+
73
+
The `Content-Usage` directive follows the [IETF AI Preferences specification](https://datatracker.ietf.org/doc/draft-ietf-aipref-attach/):
See the emerging [IETF AI Preferences specification](https://datatracker.ietf.org/doc/draft-ietf-aipref-attach/) for more details.
83
+
### Content-Signal (Cloudflare Implementation)
84
+
85
+
The `Content-Signal` directive is [Cloudflare's implementation](https://blog.cloudflare.com/content-signals-policy/), widely deployed across millions of domains:
Both directives are parsed identically and output as `Content-Usage` in the generated robots.txt. Use whichever format matches your preferences or existing tooling.
0 commit comments