04-03-2012, 12:23 AM
Backlinks are everything when it comes to SEO, and unfortunately if at any given time a "bad" backlink appears on Google...there's not really a whole lot we can do about it.
So with that said, here's a little code snippet that will actually redirect a bot back to Google that may be coming in from that "backlink" and in theory disregard it.
So with that said, here's a little code snippet that will actually redirect a bot back to Google that may be coming in from that "backlink" and in theory disregard it.
Code:
RewriteCond %{HTTP_REFERRER} domainname\.com [NC]RewriteRule (.*) http://www.google.com/ [R=301,L]
***********PLace in your .htaccess file ***********