monsterseo
Elite Member
- Aug 3, 2014
- 1,509
- 3,360
People are not dump, if your site is well ranked with 301 redirects from potential top domains, then your competitors can easily find it out by checking from ahrefs / majesticseo or opensiteexplorer. For those who doesn't know how to deal this, just follow this:
1) Go to cPanel and start your file browser
2) Open the .htaccess file and write this code into it:
That's it
1) Go to cPanel and start your file browser
2) Open the .htaccess file and write this code into it:
Code:
SetEnvIfNoCase User-Agent .*rogerbot.* bad_bot
SetEnvIfNoCase User-Agent .*exabot.* bad_bot
SetEnvIfNoCase User-Agent .*mj12bot.* bad_bot
SetEnvIfNoCase User-Agent .*dotbot.* bad_bot
SetEnvIfNoCase User-Agent .*gigabot.* bad_bot
SetEnvIfNoCase User-Agent .*ahrefsbot.* bad_bot
SetEnvIfNoCase User-Agent .*sitebot.* bad_bot
<Limit GET POST HEAD>
Order Allow,Deny
Allow from all
Deny from env=bad_bot
</Limit>
That's it