Skip to content

Commit a884da2

Browse files
authored
Merge pull request #97 from DataRecce/feature/drc-3413-agent-readiness-docs-robots
feat(robots): publish robots.txt with AI bot rules + Content-Signal on docs
2 parents 61d74f3 + 08742b4 commit a884da2

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/robots.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# https://contentsignals.org/
2+
User-agent: *
3+
Content-Signal: search=yes, ai-input=no, ai-train=no
4+
Allow: /
5+
6+
User-agent: GPTBot
7+
Allow: /
8+
User-agent: ChatGPT-User
9+
Allow: /
10+
User-agent: ClaudeBot
11+
Allow: /
12+
User-agent: anthropic-ai
13+
Allow: /
14+
User-agent: Google-Extended
15+
Allow: /
16+
User-agent: PerplexityBot
17+
Allow: /
18+
User-agent: CCBot
19+
Allow: /
20+
21+
Sitemap: https://docs.reccehq.com/sitemap.xml

0 commit comments

Comments
 (0)