Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which canonical name is better? www or non-www? [closed]

Tags:

seo

I am having a confusion which domain to go with.

domain or www.domain

I dont care about the redirections between each other. I would like to know which one is better in any ways.

Update: Greg's links below have very useful info. Must visit.

like image 930
San Avatar asked Jun 29 '10 06:06

San


People also ask

Is it better to redirect to www?

If you have a site that is established, stick with whatever you have and don't change it. Redirects should only be used if absolutely necessary. Once they are used, it will take Google some time to crawl and index the changes and some visibility can be lost.

Does removing www affect SEO?

Does it matter for SEO? In short, (directly) no. From an SEO perspective it doesn't make a difference whether you use WWW or not in front of your domain name. What's important is that you have a preferred version and redirect all others to that one.

Which is better www or non-www?

Conclusion. The short answer to the www vs non-www question is that there is no big difference, no matter which you use. However, if you deep dive a bit, you will realize that www domains have some slight technical benefits that improve a website's performance.

Should you redirect www to non-www?

For example, if you've chosen to use non-www URLs as the canonical type, you should redirect all www URLs to their equivalent URL without the www. Example: A server receives a request for http://www.example.org/whaddup (when the canonical domain is example.org)


2 Answers

It doesn't matter for SEO. The most important thing that you will always redirect to one and only instance so crawler bots won't count by mistake www.a.com/index.html and a.com/index.html as double content even though modern bots can detect it is the same site and the same page of it. Without www. it is easier for user to write in address bar and easier to remember. I would go for a.com instead of www.a.com. Once you add both to your server, make proper redirection using IIS proper settings or .htaccess file on Apache. Afterwards add website to Google Webmaster tools and other common web analysis systems while it is important to set default domain in there. Set it without www. !

Good luck

like image 178
eugeneK Avatar answered Oct 19 '22 22:10

eugeneK


To some extent the answer to this question depends on your audience. More technical websites like to drop the www, such as jQuery.com and (of course) stackoverflow.com

If your website is intended for an average home user, they tend to expect the www at the start of the web address and you may cause confusion and possibly even dis-trust if you fail to include it.

The most important thing is that your website works both with and without (preferably redirecting to your preferred option as people may share a link to the page you are on and search engines need to know the true "source" of the page), but think about your audience when you decide which to use.

like image 42
Fenton Avatar answered Oct 19 '22 21:10

Fenton