Method To Get One-Way Backlinks

Status
Not open for further replies.
hello dear hai , i am new hear , it's a great idea thanks for sharing this usefull information
 
Matt Cutts with Google has said that a website whose backlinks are composed primarily with 301 redirects will look suspicious and they will penalize you for it. I wouldn't do it. Especially if your site is new.
 
Does this still work lol (I hope it does)
but it seems like this method is from 2009
 
tks for your good post,recently i came across a site,when you google "p90x",first page,you will find the site title is :Discount P90X Dvds Online - Save Over 75% Off,,click it and go in,it's a redirected site,i confuse that does the site use the method or something?
 
Cool!! Good ideal

Here is a method to get some one-way backlinks that works pretty well. You need to get a secondary site. Set up something simple and contact other webmasters to trade links (reciprocal links). It can be from a different niche. Put all the links ********, it doesn 't matter.

After a few reciprocal links (10~30) we need to redirect our secondary site to our main site. We will use a 301 redirect. But we will only redirect search engines, not normal users. This way you can continue with the reciprocal links and the other webmasters will not remove the backlinks.

Use this code on the top of the PHP file(s) to redirect all the backlinks to your main site (don 't forget to change your link):

Code:
if (preg_match("#(google|slurp@inktomi|yahoo! slurp|msnbot)#si", $_SERVER['HTTP_USER_AGENT'])) {

    header("HTTP/1.1 301 Moved Permanently");
    header("Location: [COLOR=Red]http://www.your-main-site.com/[/COLOR]");
    exit;

}

Now you will have one-way backlinks to your main site. Google will redirect the link juice to the main site and will not crawl the backlinks of the other webmasters on the secondary site.

Some notes:
- you can use a better script to do that.
- I believe that the secondary site will have the same pagerank after the redirection (or the actualization of pagerank).
- It 's easier to trade links on niches like games, porno etc. Keep that in mind, your goal is to trade many links.
- you can redirect before the first backlinks, but I think this works better this way
 
Status
Not open for further replies.
Back
Top