The browser you are using is not capable of displaying W3C standard CSS styling and thusly you have received an unstyled version of our site. However, you may still use the site as normal, but for best result we recommend Mozilla Firefox.

Posted on January 19, 2008
Filed Under Internet Marketing, SEO |
There are people on both sides of the issue.
If you don’t know what I mean, let me quickly explain.
When you enter the web address to a site, it will work with and without the www part.
www.example.com goes to the same page as just example.com
Now, which one is best?
Well, that is a choice you need to make on your own I believe. I personally made the choice to go no-www. You’ll notice all my pages are without the www, and if you enter a www address, it will redirect you to the no-www version. I will provide you with some sources to help you make your choice.
The No WWW Camp:
These guys see the www segment of a web address as useless and depreciated. If the address works without it, why must it be included? It avoids extraneous typing. Saves time when speaking. ETC.
More information on this philosophy can be found on No-www Wikipedia
The Yes-WWW Camp:
And an article on why www is not deprecated
Why is this important?
Now regardless of your choice, it is important to pick one. The two domains are treated as separate sites. The www site and non-www site will be listed on Google and other search engines independently. So having two versions of your site can really hurt your rankings. It is a good SEO practice to pick one.
Google themselves state that you need to select a preferred domain. Check out Google’s article: What’s a Preferred Domain?
Yes - WWW and No - WWW How To:
Yes WWW:
Created a .htaccess file in your root directory and enter the following:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
No WWW:
Create a .htaccess file in your root directory and enter the following:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
RewriteRule ^(.*)$ http://example.com/$1 [R=301,L]
No WWW with Wordpress:
If you run a Wordpress blog (which you should), than setting up No WWW is very simple.
Check out the Wordpress nowww plugin
Related Posts:
Wordpress 2.5 Multi File / Multi Image Upload Fix
I just installed Wordpress 2.5 on one of my blogs, but quickly found that the new multi-file / multi-image upload feature did not work. I can select multiple files, but it won’t upload but one at a time. I found a fix for it on the Wordpress forums. First, update Flash. Make sure you have the newest
Quick & Dirty Wordpress SEO Checklist
So you just installed Wordpress, and you’d like to SEO it out asap. Here is a quick list to SEO out any Wordpress install. A Good Theme This is a very important aspect of your sites SEO. You need a quality theme. When looking for a good theme, here are some points you need to consider. Clean and
Starting a Video Blog - Part I
This is the first part of a Video Blog Tutorial series. I hope this guide will help you enter the world of video blogging. Video Blogging Part One Covers: Blogging Software - Worpress Domain Name Branding Wordpres Plugins for Video Blogging Tag Clouds Video Management Convert to flv Rip flv Compress videos on Windows and Mac Wordpress Themes There is a lot of traffic in video
Stop Duplicate Content on WordPress with Robots.txt
Is Duplicate Content an Issue? Yes, you bet it is. It can negatively effect your search engine listings in three ways. Google selects a version that may not be your preferred copy. The duplicate content made rank higher than the original article/page. Google may detect your site has having a high volume of duplicate content and penalize your site. A
2 Responses to “Yes WWW or No WWW”
Leave a Reply
Copyright House Cat - Nashville Web Design | Sitemap | Nashville SEO | Nashville Standards Design
Yes WWW or No WWW | Selecting Your Preferred Domain…
Google themselves state that you need to select a preferred domain. This article provides sources to outline the differences in going No-WWW or Yes-WWW. It then outlines how to set up a .htaccess file for either set up. This concept is important becaus…
[...] Yes WWW or No WWW [...]