Magento Expert Forum - Improve your Magento experience

Results 1 to 11 of 11

Use www or Not www in website domain?

  1. #1
    Moderator shunavi's Avatar
    Join Date
    Mar 2013
    Posts
    124
    Thanks
    9
    Thanked 26 Times in 17 Posts

    Post Use www or Not www in website domain?

    A Search Engine Journal reader wrote to ask :What’s preferable: www- version or non-www version? Are they the same? (Which version are people more likely to link to? Which one is ‘traditional’?)

    We often come across websites that are accessible by both the www and the non-www version of its URL. While apparently both the URLs look the same, the search engines can treat them as separate sites altogether. This is something known as a canonical issue.

    In one of his blog posts, Matt Cutts said:

    “Canonicalization is the process of picking the best url when there are several choices, and it usually refers to home pages.”
    Matt further adds:

    Code:
    “For example, most people would consider these the same urls:
    
    * www.example.com
    
    * example.com/
    
    * www.example.com/index.html
    
    * example.com/home.asp
    But technically all of these urls are different. A web server could return completely different content for all the urls above. When Google “canonicalizes” a url, we try to pick the url that seems like the best representative from that set.”
    Since the search engines treat the www and the non-www version of the same URL to be different websites, there’s a risk of duplicate content issues arising because of the same content served on both the URLs.

    Search Engine Roundtable defines canonicalization as:

    “choosing what single domain you want to use for your site, and what single URL should be used to request each of your pages, having urls that are outside this standard can cause problems in the search engines”
    Besides that, if there are links pointing to both the www and the non-www version of a URL, the page rank and the link juice flowing in from all those links get split between the two URLs.
    So now there arises a question, which one to choose and whether there is any ranking preference from the search engine perspective?

    Regarding ranking preference, there is no such preference from any search engine. The search engines will rank whichever URL has the highest number of quality links pointing to it.

    As far as choosing which URL to use in a website is concerned, we suggest the www version of the URL. This is because the www version has become a universally accepted standard for URL structures and because people are more likely to link to the www version instead of the non-www version (even if there is no www, people link this way out of habit).

    But what if there are links pointing to both versions of the URL?

    Just set up a server side 301 permanent redirection from one version to the other.

    Matt says:

    “Suppose you want your default url to be http://www.example.com/ . You can make your webserver so that if someone requests http://example.com/, it does a 301 (permanent) redirect to http://www.example.com/ . That helps Google know which url you prefer to be canonical. Adding a 301 redirect can be an especially good idea if your site changes often (e.g. dynamic content, a blog, etc.)”

    View more threads in the same category:


  2. #2
    Junior Member
    Join Date
    Jan 2015
    Location
    Delhi
    Posts
    106
    Thanks
    1
    Thanked 6 Times in 5 Posts

    Default

    Non-www to www redirection is very important part of SEO to minimize the Canonical Issues.

    RewriteCond %{HTTP_HOST} ^flickspoint.com$
    RewriteRule (.*) http://www.flickspoint.com$1 [R=301,L]

  3. #3
    Junior Member
    Join Date
    Feb 2015
    Posts
    74
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    you can set in the magento to open with www and also set in config file

  4. #4
    Member
    Join Date
    Feb 2015
    Location
    Surat
    Posts
    59
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Not www to www is very important factor in web-site. If your web-site open with www and not www it is bad for the site. Must be Google count to Webpages are same and block the site. By using Canonical tag you can solve this problem.

  5. #5
    Junior Member
    Join Date
    Jan 2015
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks for this message.

  6. #6
    Member
    Join Date
    Feb 2015
    Location
    Surat
    Posts
    59
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Canonical tag is using for non www to www. It is important.

  7. #7
    Junior Member
    Join Date
    Feb 2015
    Posts
    74
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    i prefer with www. it is best for SEO point of View.

  8. #8
    Junior Member
    Join Date
    Jan 2015
    Posts
    97
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for share nice information but i prefer without www domain.

  9. #9
    Junior Member
    Join Date
    Feb 2015
    Posts
    55
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default

    according to my point of view you should use with www domain.

  10. #10
    Junior Member
    Join Date
    Feb 2015
    Posts
    53
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default

    you should be shortened rather lengthy unnecessary

  11. #11
    Junior Member
    Join Date
    Jan 2015
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by billclintons View Post
    Mostly you avoid Non WWW sites for better SEO.
    Yes clinton..

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •