Multiple Domain

Discussion in 'Search Engine Optimization' started by makwarne, Jan 15, 2011.

  1. #1
    I have multiple domain that point to same content./ how to overcome this difficulties
     
    makwarne, Jan 15, 2011 IP
  2. Rk's

    Rk's Peon

    Messages:
    151
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can you please elaborate the problem?
     
    Rk's, Jan 15, 2011 IP
  3. saqiseo

    saqiseo Banned

    Messages:
    659
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    65
    #3
    Yup show some demo and also givesome more details .


    Thanks
     
    saqiseo, Jan 15, 2011 IP
  4. Hadib

    Hadib Peon

    Messages:
    82
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The both domains are yours or one is yours and one belongs to someone else and you've checked the content with copyscape?
     
    Hadib, Jan 15, 2011 IP
  5. seafrontsteve

    seafrontsteve Peon

    Messages:
    451
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If you have multiple domain names but only one website, you can add a permanent 301 redirect in an index.php file to the 'extra' sites to point to your main site
    Just create a file named index.php containing the following text:
    <?
    Header( "HTTP/1.1 301 Moved Permanently" );
    Header( "Location: http://www.yourmaindomain.com" );
    ?>
    This is useful if you want to buy .net .org and .info versions of your main .com domain
    Simply replace yourmaindomain.com with whatever your main domain name is and add this index.php file to the root directory for each domain
    That way you only have one site to manage
     
    seafrontsteve, Jan 15, 2011 IP