Add 'DOC/README.bad_bot'.
This commit is contained in:
parent
ef4725adf2
commit
7edc6bce62
18
DOC/README.bad_bot
Normal file
18
DOC/README.bad_bot
Normal file
@ -0,0 +1,18 @@
|
||||
# ----
|
||||
# Deny User-Agent (i.e. Bbots not recognizing robots.txt
|
||||
# ----
|
||||
|
||||
# Add to .htavvess
|
||||
#
|
||||
SetEnvIfNoCase User-Agent ".*MJ12bot.*" bad_bot
|
||||
SetEnvIfNoCase User-Agent ".*Baiduspider.*" bad_bot
|
||||
SetEnvIfNoCase User-Agent ".*Vagabondo.*" bad_bot
|
||||
SetEnvIfNoCase User-Agent ".*lwp-trivial.*" bad_bot
|
||||
SetEnvIfNoCase User-Agent ".*libwww.*" bad_bot
|
||||
SetEnvIfNoCase User-Agent ".*Wget.*" bad_bot
|
||||
SetEnvIfNoCase User-Agent ".*XoviBot.*" bad_bot
|
||||
SetEnvIfNoCase User-Agent ".*xovibot.*" bad_bot
|
||||
SetEnvIfNoCase User-Agent ".*AhrefsBot.*" bad_bot
|
||||
SetEnvIfNoCase User-Agent ".*ClaudeBot.*" bad_bot
|
||||
SetEnvIfNoCase User-Agent "SemrushBot" bad_bot
|
||||
Deny from env=bad_bot
|
Loading…
Reference in New Issue
Block a user