Commit e8c22d7
authored
feat(robots): declare Content Signals for AI crawlers (#88)
robots.txt says which crawlers may fetch the docs but says nothing about
what they may do with the content once fetched. Content Signals
(contentsignals.org, draft-romm-aipref-contentsignals) covers that second
half, and agent-readiness scanners check for it.
Declare search=yes, ai-input=yes, ai-train=yes. That restates in
machine-readable form what robots.txt already grants: every AI crawler
here, including the training crawlers GPTBot and Google-Extended, is
allowed. Flip a value if that intent ever changes.
The declaration is repeated in every User-agent group because a crawler
matching a named group ignores the wildcard group entirely, so a single
declaration under `*` would not reach GPTBot or ClaudeBot.1 parent 6a89b01 commit e8c22d7
2 files changed
Lines changed: 100 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
1 | 12 | | |
| 13 | + | |
2 | 14 | | |
3 | 15 | | |
4 | 16 | | |
| 17 | + | |
5 | 18 | | |
6 | 19 | | |
7 | 20 | | |
| 21 | + | |
8 | 22 | | |
9 | 23 | | |
10 | 24 | | |
| 25 | + | |
11 | 26 | | |
12 | 27 | | |
13 | 28 | | |
| 29 | + | |
14 | 30 | | |
15 | 31 | | |
16 | 32 | | |
| 33 | + | |
17 | 34 | | |
18 | 35 | | |
19 | 36 | | |
| 37 | + | |
20 | 38 | | |
21 | 39 | | |
22 | 40 | | |
| 41 | + | |
23 | 42 | | |
24 | 43 | | |
25 | 44 | | |
| 45 | + | |
26 | 46 | | |
27 | 47 | | |
28 | 48 | | |
| 49 | + | |
29 | 50 | | |
30 | 51 | | |
31 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
0 commit comments