-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrobots.txt
More file actions
90 lines (67 loc) · 1.51 KB
/
robots.txt
File metadata and controls
90 lines (67 loc) · 1.51 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# robots.txt - Crawler access rules for The D3 Stat Lab
#
# Intent: Protect statistical data from automated scraping while allowing
# normal page indexing for search engines.
# Block data directories from all crawlers
User-agent: *
Disallow: /data/
Disallow: /data-encoded/
Disallow: /config/
# Block known AI/LLM training crawlers
# These crawlers are used to train large language models
User-agent: GPTBot
Disallow: /
User-agent: ChatGPT-User
Disallow: /
User-agent: Google-Extended
Disallow: /
User-agent: anthropic-ai
Disallow: /
User-agent: Claude-Web
Disallow: /
User-agent: CCBot
Disallow: /
User-agent: cohere-ai
Disallow: /
User-agent: PerplexityBot
Disallow: /
User-agent: Bytespider
Disallow: /
User-agent: Diffbot
Disallow: /
User-agent: ImagesiftBot
Disallow: /
User-agent: Omgilibot
Disallow: /
User-agent: Omgili
Disallow: /
User-agent: FacebookBot
Disallow: /
User-agent: facebookexternalhit
Disallow: /data/
Disallow: /data-encoded/
# Common scraper user agents
User-agent: ia_archiver
Disallow: /data/
Disallow: /data-encoded/
User-agent: AhrefsBot
Disallow: /data/
Disallow: /data-encoded/
User-agent: SemrushBot
Disallow: /data/
Disallow: /data-encoded/
User-agent: MJ12bot
Disallow: /data/
Disallow: /data-encoded/
User-agent: DotBot
Disallow: /data/
Disallow: /data-encoded/
# Allow legitimate search engines to index pages (but not data)
User-agent: Googlebot
Disallow: /data/
Disallow: /data-encoded/
Disallow: /config/
User-agent: Bingbot
Disallow: /data/
Disallow: /data-encoded/
Disallow: /config/