It ignores robots.txt - Anyone know what IPs it uses?....
How Do You Stop Fucking Baido Indexing Sites?..
Collapse
X
-
Tags: None
-
What do you have against Scott Baio?.
Approach the mirrored reflection saying his name three times : "Butcher .... Butcher .... Butcher ....."
and wait to see if this Bogeyman urban legend manifests in the background, looming over shoulder
While your neighbors were busy killing off everyone in the neighborhood
with your own butcher knife in hand concealed behind your back
you stood for
ever before the window saying
nothing
-
Comment
-
fucking racist!!


TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.comComment
-
robots.txt is like asking your neighbor to keep his dog off your lawn, htaccess is like installing an electric fence
Comment
-
Comment
-
Dunno about the OP but I'm assuming that he's in the same boat as I am - the issue is that the Baidu web spider trawls over the whole site, but never actually sends any (or very little) human traffic.
If your site has a decent number of pages and/or it is dynamically generated then Baidu really is just wasting resources.Comment
-
Comment
-
Just put this in your htaccess file in the root of each domain:
# Block bad spiders
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Sosospider [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Baiduspider [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Sogou
RewriteRule ^.* - [F,L]
You can add as many as you want , make sure the lines ends with [NC,OR] and with nothing for the last one
Using it for years and been tested ...
ROBO SCRIPTS | WP CAM PLUGIN - Scripts To Promote Cam Sites - Chaturbate, BongaCams, Streamate, LiveJasmin, Stripchat...
The Cam Site Builder, The Cam Multi Site Builder -> MULTIPLE CAM SITES IN ONEComment
-
Thanks - That looks like it will do the trick...Just put this in your htaccess file in the root of each domain:
# Block bad spiders
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Sosospider [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Baiduspider [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Sogou
RewriteRule ^.* - [F,L]
You can add as many as you want , make sure the lines ends with [NC,OR] and with nothing for the last one
Using it for years and been tested ...
The main reason is that it inflates my traffic to sponsors so much its hard to see what the real conversions are - If you are as into stats as me it is a real pain in the ass...
I am moving towards using GeoIp scripts and sorting traffic that way but it takes time.....Comment


Comment