Which is correct??? Should be an easy one for some of you.

Discussion in 'Google' started by gooseandluba, Jan 19, 2010.

  1. #1
    http://mydomain.com or http://www.mydomain.com

    Either one will show my home page but should I redirect one to the other? I have heard that PR link juice can be spread out between the two and therefore should be redirected.

    How does one go about redirection? Please explain the process if you know.

    Thanks!
     
    gooseandluba, Jan 19, 2010 IP
  2. bogs

    bogs Active Member

    Messages:
    2,142
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    80
    #2
    with www is correct.. since most internet user know about website with www, and you should use permanent redirection on one version so backlinks are going on just one direction..
     
    bogs, Jan 19, 2010 IP
  3. trill

    trill Member

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    1. add both versions of your website to google webmaster tools and choose one, which have more indexed pages
    2. specify preferred domain in webmaster tools settings
    3. make 301 redirect from one version to another through .htaccess

    after that Google will interpret both versions (with www and without) as one site, and all backlinks will affect to entire website. So it will help to avoid link juice spreading between two.
     
    trill, Jan 19, 2010 IP
  4. ishu

    ishu Peon

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    because I'm very new to this forum, I'm unable to give you the redirect code here. let me know your personal email id I can send over there.

    -Ishu
     
    ishu, Jan 19, 2010 IP
  5. WishBone

    WishBone Peon

    Messages:
    2,566
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Actually both are correct but the one wit www is a more formal site. When you implemented the redirection for your chosen one, most juices will be straight to it.
     
    WishBone, Jan 20, 2010 IP
  6. Sphinks

    Sphinks Active Member

    Messages:
    1,102
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    78
    #6
    Both versions are correct, only that "www" one is usually used by most of users.
    To redirect from non-www to www version you can use the following code placed in .htaccess file:


    RewriteEngine on

    RewriteCond %{HTTP_HOST} .
    RewriteCond %{HTTP_HOST} !^www\.mydomain\.com
    RewriteRule (.*) http://www.mydomain.com/$1 [R=301,L]
     
    Sphinks, Jan 20, 2010 IP
  7. Hersheys

    Hersheys Peon

    Messages:
    2,591
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Better pick url with www or without then redirect the url to your choice. It doesn't matter whether you redirect the without www to www or vice-versa.
     
    Hersheys, Jan 20, 2010 IP
  8. newlogo

    newlogo Peon

    Messages:
    3,931
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #8
    without www domain redirect with www domain
     
    newlogo, Jan 20, 2010 IP
  9. BabBarDeL

    BabBarDeL Peon

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
  10. peterson82

    peterson82 Peon

    Messages:
    228
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Both domains are same name but both have different ip address
     
    peterson82, Jan 30, 2010 IP
  11. dariuscmd

    dariuscmd Active Member

    Messages:
    126
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    93
    #11
    it depends,it's like 2 different sites,but u should try redirecting and post a comment and tell us if you're ok now
     
    dariuscmd, Feb 4, 2010 IP