-
-
Notifications
You must be signed in to change notification settings - Fork 246
/
robots.txt
65 lines (51 loc) · 1.43 KB
/
robots.txt
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
# robots.txt for Miraheze
# Throttle access to certain pages
# Do not include special pages and other pages where indexing is undesirable if they are likely to be linked to; use noindex instead.
# That's because Google can still index pages in here without crawling them if the pages are linked to
# See https://developers.google.com/search/docs/crawling-indexing/robots/intro
User-Agent: *
Allow: /w/api.php?action=mobileview&
Allow: /w/load.php?
Disallow: /w/
Disallow: /geoip$
Disallow: /rest_v1/
# Block SemrushBot
User-Agent: SemrushBot
Disallow: /
# Block AhrefsBot
User-agent: AhrefsBot
Disallow: /
# Block Bytespider
User-agent: Bytespider
Disallow: /
# Block PetalBot
User-agent: PetalBot
Disallow: /
# Block DotBot
User-agent: DotBot
Disallow: /
# Block MegaIndex
User-agent: MegaIndex
Disallow: /
# Block serpstatbot
User-agent: serpstatbot
Disallow: /
# Block Barkrowler
User-agent: Barkrowler
Disallow: /
# Block SeekportBot
User-agent: SeekportBot
Disallow: /
# Keep Crawl-Delay rules at the bottom
# Bots that don't understand Crawl-Delay might break when encountering it
# See https://github.com/otwcode/otwarchive/pull/4411#discussion_r1044351129 (English) and https://webtan.impress.co.jp/e/2022/11/04/43611 (Japanese)
# Throttle MJ12Bot
User-agent: MJ12bot
Crawl-Delay: 10
# Throttle YandexBot
# TODO: Crawl-delay is not respected since 2018
User-Agent: YandexBot
Crawl-Delay: 2.5
# Throttle BingBot
User-agent: bingbot
Crawl-delay: 20