Method To Get One-Way Backlinks

Status
Not open for further replies.
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
Really good idea and i think it will work
 
I would say that this method will not work in the long run,
if you spend so much time doing so for this,

why not spend the time doing something that will cultivate and grow in the long run?

just my 2 cents
 
Thanks for this ...a great tips to get quality backlinks.

what do you think with this program http://www.blackhatworld.com/blackhat-seo/seo-link-building/580233-serp-blaster-powerful-safest-private-blog-network-low-prices-amazing-results.html
 
If you trade links with a family friendly site and redirect it to a porno site, what's the point? You will get a lot of unrelated links/anchor text and you are better off buying an expired domain with backlinks because you get the same result with less work.
 
Is there any software on how to get related backlinks competitor. I've really so much suffer with an organic SEO strategy... Anytips or advice. Thanks in advance!
 
perfectly it worked, i am curious about if google like it or not .... is it safe for SERP
 
frankly i dont think its going to work...sooner or later the site would get blacklisted..though useful info and worth a try, but not on the main site, can be tried on the waste site which if gets blacklisted too, it wont make any difference.
 
Really nice post.
The first thing I read on BHW and really interesting.
Thanks
 
1000 reciprocal backlinks is a lot! Keep us updated with the results.I am really understand to know the outcome
 
Will this code work with simple html/css site?
What methods are you using to get thousands of reciprocal links? Are you send individual mails to webmasters? That 's a lot of work.
 
Thanks for sharing such a nice thread with us.. It really help me in my work....
Thanks a lot..
I hope you share all your thread like this only with us...
 
Status
Not open for further replies.
Back
Top