-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrobots.txt
More file actions
64 lines (41 loc) · 1.04 KB
/
Copy pathrobots.txt
File metadata and controls
64 lines (41 loc) · 1.04 KB
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
# robots.txt for https://marketing-science-in-python.com/
# Allow normal search indexing
User-agent: *
Allow: /
Sitemap: https://marketing-science-in-python.com/sitemap.xml
# Allow AI search / retrieval bots
# Goal: let AI tools find, cite, and route users to the book.
User-agent: OAI-SearchBot
Allow: /
User-agent: ChatGPT-User
Allow: /
User-agent: Claude-SearchBot
Allow: /
User-agent: Claude-User
Allow: /
User-agent: PerplexityBot
Allow: /
User-agent: Perplexity-User
Allow: /
User-agent: Amzn-SearchBot
Allow: /
User-agent: Amzn-User
Allow: /
# Optional: allow open/research crawl
# This may indirectly support model training, but via Common Crawl's open dataset.
User-agent: CCBot
Allow: /
# Block foundation-model training crawlers
# Goal: avoid direct commercial model training use without blocking search visibility.
User-agent: GPTBot
Disallow: /
User-agent: ClaudeBot
Disallow: /
User-agent: Google-Extended
Disallow: /
User-agent: Applebot-Extended
Disallow: /
User-agent: Amazonbot
Disallow: /
User-agent: Bytespider
Disallow: /