Tell me more ×
User Experience Stack Exchange is a question and answer site for user experience researchers and experts. It's 100% free, no registration required.

I am thinking of buying a .co domain as a .com is not available for my company name. While the .co is cleaner and shorter many of us have gotten used to .com.

  • Do users only remember the domain name and add the extension (com, net, co)?
  • Can a .co domain give a user the perspection that it is .com domain as they could subconciously assume by seen co ->m ?

This could have a negative impact as just adding a m to domain.co would get users to the wrong site, and email to the wrong site...

Should I stick with the "standard" or are there statistics that say otherwise ?

share|improve this question
1  
People do remember some non-dot-com extensions, but if you're a US or international site, a .com is definitely preferable – Ben Brocka Jul 12 '12 at 18:24
1  
An important question is "Who is your target audience?". Some people may not be able to distinguish between .com and .co as well as others. – DesignerGuy Jul 13 '12 at 5:58
2  
unless your website is targetted to Colombian market or that you're writing a URL shortener, I'd say not to use .co domain. – Lie Ryan Jul 13 '12 at 9:52

2 Answers

First, .co is a TLD intended for websites hosted in Colombia.

Second, users are habituated to .com. The missing m is perturbing, and many people will forget about the fact that instead of accessing a company website, they must go to a website with a Colombia-type name.

This being said, some well known companies, including Google or Twitter, reserved .co domain names for their use. Actually, it seems that they do it only to protect their customers, but they could also do it for two reasons:

  • Typing on a mobile device is hard. Typing t.co is much easier than twitter.com on a small tactile screen in a subway. Note that if you have to pick between example.com and example.co, the first one is faster to type even on mobile devices.

  • When there are billions of requests made to the APIs, shorter URIs provide a slight gain of performance and bandwidth usage¹.

Aside those two cases (both having a very limited scope), stick with a .com.

Also, note two things:

  • If somebody has already a website with <your company name>.com as the address and you want to create a <your company name>.co, think about legal consequences. In most countries, having the same name as your concurrent is illegal.

  • When the users don't remember what is the URI of your website, they will either type the name of your company in Google (most of the cases) or they will type the name of the company, followed by .com.


¹ Still, a developer must be cautious before opting in for short URIs for the API. For example it would be terribly stupid to create short URIs to reduce bandwidth, and at the same time send a 301-type response to the client, forcing it to redirect to the full URI.

share|improve this answer
1  
When there are billions of requests made to the APIs, shorter URIs provide a slight gain of performance and bandwidth usage. Microoptimization? – Lie Ryan Jul 13 '12 at 11:19
@Lie Ryan: microoptimization is acceptable when you're Google. – MainMa Jul 13 '12 at 12:02

If you are in the US then a .com is preferable. If not then the country specific is a good bet, e.g. .co.uk

If these aren't an option you can still overcome this by having very good SEO on your site as many users will only remember the domain name (e.g. google) and simply type that into the address bar/search engine and then select the top result. Obviously if the site that owns the .com is of similar nature then this could cause problems.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.