 |
|
 |
|
|
PhpNuke SEO Faking your Page Rank (1202 Reads) |
|
|
| |
Just this morning Ped was nice enough to point me to an article, Beware of Fake PageRank at Codezwiz. I am hardly focused on the article, but more or less how one user can fake Google page rank. I have never really thought about it, but I am sure it pisses Google off. I started doing some research and came up with some great resources information.
How did this web site get this high PageRank number?
The web sites used a relatively simple trick. A known loophole in the Google algorithm is that a web page that redirects to another web page will get the PageRank number of the redirected web page.
A web page that redirects to Google.com will get a PageRank of 10 because web surfers that go to the redirection page will actually land on Google.com which has a PageRank of 10.
To get a high PageRank number, a web site must just redirect to Google.com (or another page with a high PageRank) when the Google spider visits the site. This is a technique called cloaking.
Cloaking Pages
I could try to explain cloaking, but I think Aaron Wall's Seo Glossary sums it up.
Cloaking Displaying different content to search engines and searchers. Depending on the intent of the display discrepancy and the strength of the brand of the person / company cloaking it may be considered reasonable or it may get a site banned from a search engine.
Cloaking has many legitimate uses which are within search guidelines. For example, changing user experience based on location is common on many popular websites.
See also:
I am very interested in some of the legit uses of cloaking and over the next few months I will learn more.
Faking Page Rank using PHP
(this script doesn't actually function, but gives a good idea of another way to fake PR using php). The following technique is something I would consider more safe, but anytime you fake page rank its really easy to spot. Check out where all the links lead too for codezwiz.com now. As you notice all the pages lead to phpnuke.org.
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:
<?php
/* insert a cloaking script here to detect whether the visitor is
Googlebot */
if (Googlebot) {
echo '<meta http-equiv="refresh" content="0;url=http://www.google.com/">';
exit();
}
else {
echo "<p>My PR10 page!</p>";
}
?>
Conclusions
Faking page rank has no long term bonuses in reality. The only gain is advertising might pick up for a short while before someone easily discovers your trick and possibly reports you to Google. Which can lead to being banned quickly.
|
|
Posted on Monday, August 06, 2007 @ 08:56 by floppy
|
|
|
The comments below belong to their respectful owners, Clan Themes can not be held responsible for any of the below comments. You also read the below comments at your own choice.

| floppy writes Search "codezwiz" in Google. :) |
Monday, August 06, 2007 @ 09:23 |

| Ped writes ha ha nice it comes back with a nice result, so does this link http://www.seologs.com/pr-check/pagerank.html?url=www.codezwiz.com hmm
5 or 8 which will it be next ? |
Monday, August 06, 2007 @ 09:59 |

| Noto writes Lmao the things some people do, whatever next ? |
Tuesday, August 07, 2007 @ 08:42 |

| killer7 writes lol, till google busts you. |
Tuesday, August 07, 2007 @ 13:40 |

| uchiraka writes dis is not gud |
Saturday, August 11, 2007 @ 05:26 |

| uchiraka writes letz bust dem |
Saturday, August 11, 2007 @ 05:26 |

| MuadDib writes CooL I did not known for this |
Sunday, August 12, 2007 @ 16:28 |

| instrumentation writes Nice tutorial......... I remember when Larry first wrote his Page Rank Code for the Whole Web......... that year was 1993 when PR first introduced ...... Now Google bot makes it all......... ;) |
Monday, August 13, 2007 @ 00:03 |

| floppy writes I personally spoke with telli on this issue. I will not go into details, but its not a his fault. All I have to say.
instrumentation,
Any docs you can find on the first page rank hack I would love to see some news on it. Just for kicks and all. |
Friday, August 17, 2007 @ 22:19 |

| nstutsman writes this might actually be of use to me if I ever figure out how to change my meta tags |
Sunday, August 26, 2007 @ 15:07 |
Comments Closed for this Article! Comments are always closed 1 month after the article has been published. | |
Article Rating |
Average Score: 4.62 Votes: 8
 |
|
|