Is there a way to harness this link juice?

4 replies
  • SEO
  • |
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
#harness #juice #link
  • Profile picture of the author KirkMcD
    If it is a 301 redirect, then yes. It will pass-through to the other domain.
    {{ DiscussionBoard.errors[834650].message }}
  • Profile picture of the author testaccount9998
    <?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
    {{ DiscussionBoard.errors[837136].message }}
    • Profile picture of the author KirkMcD
      You need to add a line
      Code:
      <?
      Header( "HTTP/1.1 301 Moved Permanently" ); 
      Header( "Location: http://mysite.com" ); 
      ?>
      {{ DiscussionBoard.errors[838275].message }}
  • Profile picture of the author testaccount9998
    ok got it.

    Thanks very much Kirk

    Rebtl
    {{ DiscussionBoard.errors[841765].message }}

Trending Topics