to WWW or not to WWW

He has: 43 posts

Joined: Apr 2004

Hi,
Whenever I create a new site I always create the account as domain.com on my Reseller server rather than domain.com
I now have 20 or so sites and have noticed that they are clocking up diff PR in google for the domain.com and the domain.com version....

I did it this way so people accidentally leaving off the www still find my sites and that seems to work fine.

This poses the question, am I doing thing backwards ?
Are there other issuse with doing this ?

Thanks,
Dude. Confused

Greg K's picture

He has: 2,145 posts

Joined: Nov 2003

I have found it is best to have both. I'm the type who first tries it without the WWW if I'm just typing it in by hand. However, may people always do the www.

Do you know how many times I have told someone at work to go to "webmail.pair.com" and you watch them, and they enter webmail.pair.com (which they do have setup to work)

The hosting company I use automatically sets up the www for me.

-Greg

chrishirst's picture

He has: 379 posts

Joined: Apr 2005

The SEs do sometimes sort this out, BUT there can be problems along the way, because the www and non-www are seen as duplicates. Eventually they will only show one or the other but you have no choice over which one, and each SE may show a different version.

You should have a 301 redirect in place to ensure that only one version, Your preferred one is shown in the SERPs

Chris

Indifference will be the downfall of mankind, but who cares?
Venue Capacity Monitoring
Code Samples

davidjaymz's picture

He has: 193 posts

Joined: Jul 2001

I have this bit of code in my .htaccess file to redirect everyone from www. to .

RewriteEngine on
RewriteCond %{HTTP_HOST} <a href="http://www.domain.com" class="bb-url">domain.com</a>
RewriteRule ^(.*) http://domain.com/$1 [L,R=301]
'

They have: 5 posts

Joined: Jul 2005

www. before a domain is a waste of time and never should have been invented. Imagine those people who type " h t t p : / / w w w . ... "

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.