Method To Get One-Way Backlinks

Status
Not open for further replies.
Hahah, its so unlucky, if people did not look at date of creating the thred, just read the beginning and than jump to last 25th page with enthusiasm of "I had not viewed it this way. I will utlize this!... And than hit the G-wall :rocketwho
 
Many people are avoiding google penalty by 301 redirect but it is good for time being u never know when they come up with algoritham change .
 
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
I don't get this i am using blogger do i take the code and put it on my blog and then i start getting backlinks coul'd someone explain these to me I don't get this.Also what's 301 redirect?
 
I think this is cloaking, and G does not allow it... as per the algorithm :google2:
 
One reason Google used for discrediting my site was the possible use of redirections. Does it make any difference if the 301 redirect is temporary or permament ?
 
Status
Not open for further replies.
Back
Top