Fake PR - Faking Pagerank
Saturday, 2. August 2008, 14:24:49
Faking Pagerank
Sites fake PR by looking for the Googlebot, then redirecting it to a high PR site, like Yahoo.com. Google sees that users actually land on Yahoo.com and the PR Bar in turn reflects the PR of the Yahoo.com rather than your site.
Here is an example of what Fake PR code looks like:
/* insert a cloaking script here to detect whether the visitor is
Googlebot */
if (Googlebot) {
echo '‘;
exit();
}
else {
echo “
My PR10 page!
“;
}
?>
http://www.monetizers.com
Sites fake PR by looking for the Googlebot, then redirecting it to a high PR site, like Yahoo.com. Google sees that users actually land on Yahoo.com and the PR Bar in turn reflects the PR of the Yahoo.com rather than your site.
Here is an example of what Fake PR code looks like:
/* insert a cloaking script here to detect whether the visitor is
Googlebot */
if (Googlebot) {
echo '‘;
exit();
}
else {
echo “
My PR10 page!
“;
}
?>
http://www.monetizers.com


