Add the following code (PHP code) at the top of your website (PHP code)
In Location: Fill in an option of any PR value, such as Google.com is 10, msn.com is 9, as long as you choose the URL, which n (7
PHP
IF (preg_match ("# (Google) #SI", $ _SERVER ['http_user_agent']))
{
Header ("HTTP / 1.1 301 Moved Permanently");
HEADER ("Location:
http://www.google.com/ ");
exit ();
}
?>