How to Make a Fake Google PageRank
May 31, 2008 · Print This Article
Many webmasters still focus on websites with a high PageRank when it comes to link building and website promotion. They buy PageRank for their site in many ways, such buy links, exchange links, or just by a domain with good Pagerank.
Recently, a new technique of the fake PageRank number of a web site has become popular. Fake Google Pagerank is done by redirecting traffic from googlebot to another site, preferably one with a high PR. So the green bar that shows the PageRank goes up but your pages don’t get indexed or get a single visitor from the engine. This technique called cloaking.
Actually, this fake PageRank technique prevents your web site from showing up in Google because Google thinks that the content of the redirected web site is the content of your site, and doesn’t help your web site rankings or SEO purpose at all. The only effect on your web site is that the green PageRank bar will be longer.
The fake Google Pagerank technique is 301 Redirect the domain you have with .htaccess, PHP header (anything server side) to a page with the desired page rank. It’s better to redirect to something relevant. For example, if you are doing a proxy site, redirect to another proxy site that have good valid PageRank.
Here is the php the code to use:
<?php
header(”HTTP/1.1 301 Moved Permanently”);
header(”location:http://otherproxysite.com”);
exit;
?>
Now make a link to your domain from your other website that indexed well in Google engine and regularly visited by Google crawler bot. Then wait for next Google PageRank update, usually every three months they update it. Your proxy domain pagerank will have the same PageRank with the otherproxysite dot com!
Next step is using the cloaking code to make your proxy domain visitor not redirected to otherproxy.com. Here’s the code:
<?php
if(ip is in list) (list of google IPs){
header(”HTTP/1.1 301 Moved Permanently”);
header(”location:http://otherproxysite.com”);
exit;}
else
{
header(’Content-Type: text/html; charset=ISO-8859-1′);
//Show your proxy domain
};
?>
Use it at your own risk, I provide the code only for education purpose. If you are a buyer, beware of this fake Pagerank technique from your seller. Check the valid Google Pagerank here or here (for bulk).
If you need to buy a domain with valid PageRank, buy from Expired.LuxDomain, they have daily update of expired domain that have valid PR and start make money from it.
Popularity: 21%






Greaaattt….
that’s code wrok for me too
Thx very3X much!!!1
this blod added on my bookmark browser !!!
thx a lot!!!!!
let say you’re putting this in wordpress. the first code shld be in your header. the 2nd code should be put where?
and this part
if(ip is in list) (list of google IPs){
the part where yoy said ( ip is in list ) should be put with google’s ip right?
Agree with lupus, where should i put the 2nd code?
thx
really amazing artical was really in need
but also this is search engine friendly ??
okay
thank you for sharing.
yeah, thanks for your information
it would not very nice if we make our PR fake rite? as we need traffic to come visit our web
After that, how can i make valid that fake pagerank ? i hear there are a trick to make it valid for our site after faking it.