SEO Benefit and Link Juice to domain version without WWW

Discussion in 'Search Engine Optimization' started by Waekai, Aug 23, 2010.

  1. #1
    I have a website have lots of backlinks to the version of the url without WWW and only 11 backlinks for the website with WWW version.

    How to transfer the SEO benefit and Link Juice to the website url version without WWW so that my Search Engine rankings are not effected?
     
    Waekai, Aug 23, 2010 IP
  2. mypctechs

    mypctechs Greenhorn

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    Use a .htaccess file and 301 redirect every www. string to a non-www string. There are a lot of great .htaccess tutorials on the net that will explain.
     
    mypctechs, Aug 23, 2010 IP
  3. yaseen4u

    yaseen4u Peon

    Messages:
    461
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    use .htaccess may help you.
     
    yaseen4u, Aug 23, 2010 IP
  4. social-media

    social-media Member

    Messages:
    311
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    35
    #4
    This is a typical URL canonicalization issue that can be solved by 301 redirecting web pages. First decide which version (non-www or www) of the URLs you would like as your canonical (or preferred) URL. It doesn't matter which you pick... but you need to pick one. Then implement 301 redirects to redirect all non-canonical versions of the URL to the canonical version of the URL.

    As others have mentioned, IF your site is hosted on Apache, you can use Mod_Rewrite/.htaccess to implement the redirects very easily.

    If you select the non-www version as your canonical or preferred URL then add this to the .htaccess file in the root of your web:

    If you select the www version as your canonical or preferred URL then add this to the the .htaccess file in the root of your web:

    Of course, in the above two examples you would replace each occurance of "example.com" with your domain name.
     
    social-media, Aug 23, 2010 IP
  5. rajbugsbunny

    rajbugsbunny Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    you should use your .htaccess file and make 301 redirect for every www. to non-www, that's all...
     
    rajbugsbunny, Aug 24, 2010 IP