How to Make a Fake Google PageRank

May 31, 2008 · Print This Article

Picture of fake Google PagerankMany 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%

Incoming search:

how to make fake pr, how to make fake pagerank, how to create fake pagerank, make fake pagerank, how to make a fake pr, how to make a fake google pagerank, how to create fake pr of domain, how to create a fake PR, make a fake google page, make fake google page, create fake pagerank, make a fake internet page and reroute traffic to it, script create fake pr, how to make fake google pr, how to make fake page rak

Possible Related Post:
Google Pagerank Down to 9
How to Make Money from Expired Domain?
How to Make Your Paid Post Safe for Google
Website Status Tool Analysis for Better SEO
Reveal the Adsense For Domains, Bad SEO Settings

Comments

9 Responses to “How to Make a Fake Google PageRank”

  1. Maryati on June 16th, 2008 6:18 pm

    Greaaattt….
    that’s code wrok for me too
    Thx very3X much!!!1
    this blod added on my bookmark browser !!!
    thx a lot!!!!!

  2. lupus on June 18th, 2008 10:04 pm

    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?

  3. blogging for a living on June 28th, 2008 12:32 am

    Agree with lupus, where should i put the 2nd code?

    thx

  4. sahil on August 2nd, 2008 11:44 am

    really amazing artical was really in need

    but also this is search engine friendly ??

  5. austin on January 24th, 2010 9:04 pm

    okay

  6. yamazon on January 29th, 2010 11:00 am

    thank you for sharing.

  7. Tashim's Weblog on May 12th, 2010 8:58 am

    yeah, thanks for your information

  8. dini on May 27th, 2010 12:35 pm

    it would not very nice if we make our PR fake rite? as we need traffic to come visit our web

  9. jasa pembuatan web on December 29th, 2011 12:46 pm

    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.

Got something to say?