Want to get a PageRank of 10 in 3 months for FREE? Here’s how..
Now that you’ve seen the title of this post I’m sure you’re thinking “wow Jon, you must be on crack if you think you can get a PR10 in 3 months”. Well, I’m not on crack, but some of my ideas may be. But for this trick, I cannot take credit, as I am not the one who founded it, but I will report it here, because it’s just more proof on how useless the PageRank tool is.
DISCLAIMER: THIS IS A GOOGLE PAGERANK HACK. THIS HACK USES BLACKHAT TECHNIQUES. IF YOU ARE OFFENDED BY BLACKHAT TECHNIQUES, PLEASE DO NOT READ BELOW. I WILL NOT BE HELD RESPONSIBLE FOR PEOPLE USING THIS HACK FOR THEIR OWN BENEFIT. THIS HACK WAS POSTED FOR EDUCATIONAL PURPOSES ONLY.
(Pretty weird to see a blog post with such a serious disclaimer on it eh? Well, I don’t feel like stirring up the hornet’s nest over at the Google compound…)
So for years we’ve been told that in order to make the PageRank green bar slide to the right and increase our PR overall we need a ton of inbound links to that specific page, or we just need a bunch of direct links from PR10’s and PR9’s to transfer over their magical PR to our page, and poof, instant high PR. Well, I guess there’s some truth to that, but that little green bar won’t help you get on the top of Google just because it’s greener than the next guy’s green bar (confused yet?). These next few steps will show you how to get your green bar to be whatever PageRank you’d like. Want a PR6? Follow the steps and you’ll get it.. or maybe you want to be conservative and just want a PR9, well, same deal as the other guy. And guess what, it won’t cost you a dime either.. But I must warn you, doing this will not pass any PR onto pages you link to, nor will it get you any high rankings in Google or any of the other engines, hell, you probably won’t even get a single ranking whatsoever, but at least you’ll have your pretty green bar!
On with the show..
Step 1 - Buy a new domain.
Step 2 - 301 Redirect the domain either in you .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 mortgage site, redirect to a mortgage site.
for php the code is:
< ?php
header("HTTP/1.1 301 Moved Permanently");
header("location:http://www.whatever.com");
exit;
?>
Step 3 - Link to the page with the redirect from another of your sites that gets regularly spidered by Google. Since you use the Alexa Toolbar, you should have several sites that are spidered daily by google.
Step 4 - Wait for the Google update. Usually once every three months or when they feel like it.
Step 5 - Use cloaking software that has the following in it:
< ?php
if(ip is in list) (list of google IPs){
header("HTTP/1.1 301 Moved Permanently");
header("location:http://www.whatever.com");
exit;}
else
{
header(’Content-Type: text/html; charset=ISO-8859-1′);
//Show your site
};
?>
Done.
Following those lovely blackhat steps above will spoof the PageRank tool and give you whatever amount of PageRank your new site needs.
The biggest drawback to doing this is that your site will not actually be indexed by Google as long as you are redirecting the Googlebots to your competitors site, so it’s really only good for showing off your new PageRank on forums and lying to everyone and convincing them you are a solid SEO.
Also, this practice has been used by people who sell links on sites with high PageRank. For those of you buying worthless PageRank from high PR sites that have little or no indexed links, well, now you know how they are doing it.
I’d also like to point out, that if you use the techniques above when trying to sell links on your new fake PR site, that is 100% fraud, and FRAUD, in any shape or form is illegal. So if you’re going to attempt it, do it for fun, and not for profit. Buyer beware.
I do NOT recommend anyone to actually use this for their real sites, it’s just another sign of how useless and overrated the PageRank tool is.Â
Special thanks to Quadszilla over at Seo Black Hat for the original article and securty alert.








Thanks for sharing. Its very useful!
We all love the green bar even if it’s just the green bar. Why does it always bring are attention back to the top of our browser? Hmm.. basically all it’s saying that you are linked to other sites that have many other sites that are quality linked to them. It doesn’t claim to have an overall page rank on each anchor keyword that links to you which is more important than the green bar. I do appreciate seeing a higher green bar than not. If it comes down to a battle for a keyword and a more important site has more weight on a particular keyword than it might just carry over to you. The amount of factors that play into that is large if it’s close. It was just overall links until the last update but now it just a little more fun!!! See you at the top…
You have just lost all credibility. Thank you.
Wesley-
You obviously don’t know how to read..
I am also having trouble reading what Schmidty has commentted, btw Jon are you still working at google full-time while running this blog?
Working at Google? Meaning what..?
hahhahha… I love people’s comments
rock on jon! You didn’t lose any credibility shit from me. This thing always happen when you challenge people’s belief.
Thanks for always sharing
Good stuff. I have been looking for some basic cloaking code, then I stumbled upon here and found it. Thanks