Fake Your Google PageRank
Every SEO has seen the Dark SEO PR 10 page (which is banned and probably has been for a long time now) and regardless of whether they’ll admit it, have always wanted to give it a shot.
Here’s the code:
<?php
$agent = strtolower($_SERVER['HTTP_USER_AGENT']);
if(strpos($agent, “google”) != “”) {
header(“HTTP/1.1 301 Moved Permanently”);
header(“Location: http://www.w3.org/”);
exit;
}
?>
Just place this at the top (important …
