Browsing articles from "Maj, 2010"
maj
19

How to steal PageRank

By shpyo  //  Black SEO  //  No Comments

Have you ever dreamt about high PageRank? Yes you have. Today I will show the easiest way to get your PageRank high. Some time ago in Poland were plague of unfair seller that offers domains or links with high PR. If you are PRO SEO you know how to check this magic “green value”. Ever if don’t know how to do it, the price for this service should be weird (why so cheap?!).

How to steal get high PageRank?

This is piece of cake. All you need is to create a 301 redirect to googlebot. You can do is as follows:

<?php
header( 'http://urlToPageWithHighPageRank.com' );
?>

With this redirect, you tell Google that your page has been moved to another URL. Traffic, URLs go to the new one. Everything go new domain, everything except PR. If you wait some time you will notice that your domain got new Page Rank :). Easy, rigth?

Of course this “new” Page Rank has no special powers with SEO point of view. If you put on your domain some content, you lose high “green value”.

This redirection can be made in other way e.g. .htaccess rewrite rule or HTML meta redirect. Effect will be the same.