Add AI2Bot and Ai2Bot-Dolma
This commit is contained in:
parent
bc2a14037d
commit
b08bcd7a89
|
@ -21,6 +21,8 @@ RewriteRule ^.+$ index.php [L]
|
||||||
|
|
||||||
# Block bad bots
|
# Block bad bots
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
RewriteCond %{HTTP_USER_AGENT} (AI2Bot) [NC,OR]
|
||||||
|
RewriteCond %{HTTP_USER_AGENT} (Ai2Bot-Dolma) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (Amazonbot) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (Amazonbot) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (Applebot-Extended) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (Applebot-Extended) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (Bytespider) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (Bytespider) [NC,OR]
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow:
|
Disallow:
|
||||||
|
|
||||||
|
User-agent: AI2Bot
|
||||||
|
User-agent: Ai2Bot-Dolma
|
||||||
User-agent: Amazonbot
|
User-agent: Amazonbot
|
||||||
User-agent: Applebot-Extended
|
User-agent: Applebot-Extended
|
||||||
User-agent: Bytespider
|
User-agent: Bytespider
|
||||||
|
@ -26,6 +28,7 @@ User-agent: PetalBot
|
||||||
User-agent: Scrapy
|
User-agent: Scrapy
|
||||||
User-agent: Timpibot
|
User-agent: Timpibot
|
||||||
User-agent: VelenPublicWebCrawler
|
User-agent: VelenPublicWebCrawler
|
||||||
|
User-agent: Webzio-Extended
|
||||||
User-agent: YouBot
|
User-agent: YouBot
|
||||||
User-agent: anthropic-ai
|
User-agent: anthropic-ai
|
||||||
User-agent: cohere-ai
|
User-agent: cohere-ai
|
||||||
|
@ -33,5 +36,4 @@ User-agent: facebookexternalhit
|
||||||
User-agent: img2dataset
|
User-agent: img2dataset
|
||||||
User-agent: omgili
|
User-agent: omgili
|
||||||
User-agent: omgilibot
|
User-agent: omgilibot
|
||||||
User-agent: Webzio-Extended
|
|
||||||
Disallow: /
|
Disallow: /
|
Loading…
Reference in New Issue