Wednesday - October 30, 2002
domain variations

One of the comments on my blog had a misspelled URL, but it still worked. Thankfully, Merriam Webster has learned to accept that people misspell words. By adding a few extra domains they get additional traffic. More traffic often means more money. The same approach can be used in the keywords meta tag, but they are going the way of the dodo, so it’s not as useful and probably won’t result in much extra traffic for your site.

Smaller web sites don’t have the cash to snap up 15 variations of their domain, but a corporate web site is smart to register common misspellings of their URL. Even if you’re not a corporate site though, courtesy dictates that you insure that all URLs work with or without www in front.

Once you’ve registered the extra domains, what should you do with them? There are a few options. The three that I thought of are:

1. Set up an alias so all the domains are valid.
2. Have an error page that redirects to the correct domain after displaying the error.
3. Have the web server redirect the requests to the correct domain.

A negative of option 1 is that it could dilute the name recognition of your official domain. You don’t want to berate people for misspelling a URL, but you also don’t want to encourage misspellings. It may be hard to figure out which one is correct when you’re linking to the site. Option 2 is okay, but it’s not very convenient. Option 3 is my preferred solution because they end up seeing the correct domain even though they entered an invalid one. If you use apache, it can be accomplished by adding

Redirect http://goooooogle.com/ http://www.google.com/

to httpd.conf. (Typically located in /etc/httpd/conf on Unix machines).

Merriam Webster used option 1, but I use their site because of a short and easy to type variation, m-w.com. When looking up a definition, I used to use dictionary.com but I switched because m-w is so much faster to type.

Examples:
meriam-webster.com
meriamwebster.com
merriam-webster.com
merriamwebster.com

Yahoo chose to go with option 2, which works fine, but it’s a bit more of a hassle to wait for the 15 seconds for it to refresh to the correct site. It would be faster to retype the URL.

Example: yahooo.com

Google used option 3, my preferred solution.

Example: gooogle.com







# of readers
- home
meta
comics
news links
other links

about me
blog archives
docs
entertainment
experiences
funny lists
humor
intellectual
interests
mefi
music
opinions
photos
web designs
tools
webmaster help

Sign up
Enter your e-mail address to be notified of new posts



Search blog archives

Calendar
October 2002
S M T W T F S
« Sep   Nov »
 12345
6789101112
13141516171819
20212223242526
2728293031  



Random quote
(View all quotes)
"Giving money and power to governments is like giving whiskey and car keys to teenage boys. -- P.J. O'Rourke"










Licensed under Creative Commons
(?) Choose theme:  X X X X X X


W3CCSS
Loaded in 0.1236 seconds