www and non-www link question

Discussion in 'Site & Server Administration' started by horvath, Nov 14, 2006.

  1. #1
    hello, so i know that www and non www links to your site can make a difference. I have about 600 backlinks to my site if i search for site:www.mysite.com in yahoo. If i search for site:mysite.com i have about 1100 backlinks. What does this mean? should i change my site to redirect to mysite.com or what? will i get listed higher in the serps if i chang my preferred domain to mysite.com in the sitemap area? thanks
     
    horvath, Nov 14, 2006 IP
  2. visio

    visio Well-Known Member

    Messages:
    1,838
    Likes Received:
    91
    Best Answers:
    0
    Trophy Points:
    185
    #2
    Use a 301 redirect(only) to redirect from http:// to www.
     
    visio, Nov 14, 2006 IP
  3. cianuro

    cianuro Peon

    Messages:
    1,857
    Likes Received:
    106
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Exactly. There are a million articles/tutorials on how to do this.
    I do it with most of my sites. Never had any problems
     
    cianuro, Nov 14, 2006 IP
  4. dhruv37

    dhruv37 Well-Known Member

    Messages:
    3,222
    Likes Received:
    195
    Best Answers:
    0
    Trophy Points:
    165
    #4
    If you are having more number of backlinks & search engine ranking on mysite.com then you should redirect www.mysite.com to mysite.com using 301 rediection.
     
    dhruv37, Nov 14, 2006 IP
  5. real_estate

    real_estate Guest

    Messages:
    79
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi,
    G sees your website with the 'www' (http://www.example.com) as a different page the without (http://example.com). Pages that link to the page without the 'www' are hurting your pages with the 'www' as the PR is essentially being split between the two pages. Fortunately this is easy to fix. Use a 301 redirect to redirect Google, and everyone else, to the 'www' page from the non 'www' page.
     
    real_estate, Nov 14, 2006 IP
  6. wwhhing

    wwhhing Active Member

    Messages:
    305
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    68
    #6
    how to redirect? Do it in google sitemap?
     
    wwhhing, Nov 14, 2006 IP
  7. h4nh4n

    h4nh4n Peon

    Messages:
    931
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I'm not sure, but I think you can redirect using cpanel or .htaccess
     
    h4nh4n, Nov 15, 2006 IP
  8. frisby

    frisby Well-Known Member

    Messages:
    1,378
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    140
    #8
    Yes, use .htaccess redirecting.
     
    frisby, Nov 15, 2006 IP
  9. SEOIndian

    SEOIndian Peon

    Messages:
    147
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #9
    SEOIndian, Nov 15, 2006 IP
  10. horvath

    horvath Banned

    Messages:
    316
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #10
    i know about the redirection. i have it one my site now. i was just wondering if i will get a better ranking redirecting it to the http://mysite.com since there is more backlinks.
     
    horvath, Nov 15, 2006 IP
  11. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #11
    using .htaccess file to do this is best way

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^yoursite.\.net [nc]
    RewriteRule (.*) http://www.yoursite.net/$1 [R=301,L]

    if you add the code above, your problem will be solved
     
    trichnosis, Nov 15, 2006 IP