Skip to content

Commit 7b4b82d

Browse files
authored
adds support for Content-Signal (#25377)
1 parent 5b192d3 commit 7b4b82d

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

public/robots.txt

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,42 @@
1+
# As a condition of accessing this website, you agree to
2+
# abide by the following content signals:
3+
4+
# (a) If a content-signal = yes, you may collect content
5+
# for the corresponding use.
6+
# (b) If a content-signal = no, you may not collect content
7+
# for the corresponding use.
8+
# (c) If the website operator does not include a content
9+
# signal for a corresponding use, the website operator
10+
# neither grants nor restricts permission via content signal
11+
# with respect to the corresponding use.
12+
13+
# The content signals and their meanings are:
14+
15+
# search: building a search index and providing search
16+
# results (e.g., returning hyperlinks and short excerpts
17+
# from your website's contents). Search does not include
18+
# providing AI-generated search summaries.
19+
# ai-input: inputting content into one or more AI models
20+
# (e.g., retrieval augmented generation, grounding, or other
21+
# real-time taking of content for generative AI search
22+
# answers).
23+
# ai-train: training or fine-tuning AI models.
24+
25+
# ANY RESTRICTIONS EXPRESSED VIA CONTENT-SIGNALS ARE EXPRESS
26+
# RESERVATIONS OF RIGHTS UNDER ARTICLE 4 OF THE EUROPEAN
27+
# UNION DIRECTIVE 2019/790 ON COPYRIGHT AND RELATED RIGHTS
28+
# IN THE DIGITAL SINGLE MARKET.
29+
130
User-agent: *
231

32+
Allow: /
333
Disallow: /client-ip-geolocation
434
Disallow: /plans/
535
Disallow: /constellation
636
Disallow: /cdn-cgi/
737
Disallow: /email-security/
838

939
Content-Usage: tdm=y
40+
Content-Signal: ai-train=yes, search=yes, ai-input=yes
1041

11-
Sitemap: https://developers.cloudflare.com/sitemap-index.xml
42+
Sitemap: https://developers.cloudflare.com/sitemap-index.xml

0 commit comments

Comments
 (0)