Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 06-01-2009, 02:02 AM   #1
HyperActive Warrior
 
Rebtl's Avatar
 
Join Date: Dec 2008
Location: U.S.
Posts: 274
Thanks: 27
Thanked 17 Times in 12 Posts
Contact Info
Send a message via AIM to Rebtl Send a message via MSN to Rebtl Send a message via Yahoo to Rebtl
Default Is there a way to harness this link juice?

So so I have two domains for a site/blog

Primary domain is: theblognameabbreviation/com

Second domain is: theblognamewrittenout/com (and its longer than that actually)

So, I just have a simple php redirect on the second domain.

My question is, if I get backlinks to the second domain (the redirect) is there any possible way for the primary domain to get that link juice?

Now that I am actually writing this question it seems unlikely to me, but who knows.

Any help is appreciated,

Rebtl
Rebtl is offline   Reply With Quote
Old 06-01-2009, 04:06 AM   #2
Senior Warrior Member
War Room Member
 
KirkMcD's Avatar
 
Join Date: Apr 2006
Location: , , USA.
Posts: 2,493
Thanks: 43
Thanked 168 Times in 158 Posts
Default Re: Is there a way to harness this link juice?

If it is a 301 redirect, then yes. It will pass-through to the other domain.
KirkMcD is offline   Reply With Quote
Old 06-01-2009, 09:14 PM   #3
HyperActive Warrior
 
Rebtl's Avatar
 
Join Date: Dec 2008
Location: U.S.
Posts: 274
Thanks: 27
Thanked 17 Times in 12 Posts
Contact Info
Send a message via AIM to Rebtl Send a message via MSN to Rebtl Send a message via Yahoo to Rebtl
Default Re: Is there a way to harness this link juice?

Quote:
<?php
header( 'Location: http://mysite.com' ) ;
?>
That is all I have on the domain. it is in index.php

Is that correct for link juice?

If not, could you please tell me what I need to do for a proper 301 redirect.

Thanks,

Rebtl
Rebtl is offline   Reply With Quote
Old 06-02-2009, 07:59 AM   #4
Senior Warrior Member
War Room Member
 
KirkMcD's Avatar
 
Join Date: Apr 2006
Location: , , USA.
Posts: 2,493
Thanks: 43
Thanked 168 Times in 158 Posts
Default Re: Is there a way to harness this link juice?

You need to add a line
Code:
<?
Header( "HTTP/1.1 301 Moved Permanently" ); 
Header( "Location: http://mysite.com" ); 
?>

KirkMcD is offline   Reply With Quote
Old 06-03-2009, 09:12 AM   #5
HyperActive Warrior
 
Rebtl's Avatar
 
Join Date: Dec 2008
Location: U.S.
Posts: 274
Thanks: 27
Thanked 17 Times in 12 Posts
Contact Info
Send a message via AIM to Rebtl Send a message via MSN to Rebtl Send a message via Yahoo to Rebtl
Default Re: Is there a way to harness this link juice?

ok got it.

Thanks very much Kirk

Rebtl
Rebtl is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
harness, juice, link

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 08:29 PM.