Mobile app version of vmapp.org
Login or Join
Fox8124981

: Best practices for domain names with foreign characters Suppose you're starting a new web site with the (completely made up name) of "El Niño." Some obvious options for your domain name would

@Fox8124981

Posted in: #BestPractices #Domains #Idn

Suppose you're starting a new web site with the (completely made up name) of "El Niño." Some obvious options for your domain name would be:


elniño.com
elnino.com


And typically, of course, you'd want both.

But what is the best practice when it comes to domain aliases, etc?

In a perfect world, I think I would want elniño.com to be the primary domain, with elnino.com re-directing (probably via DNS, possibly via HTTP redirects--whatever) to the primary.

But can this this break anyone with an old browser? Does it affect SEO or have any other secondary effects? If so, are there work arounds other than using the strict Latin domain name as the primary?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Fox8124981

1 Comments

Sorted by latest first Latest Oldest Best

 

@Nimeshi995

If I were you, I would certainly take both domains, you wouldn't want someone else to use elniño.com when you have a site called elnino.com.

Point both to the same webspace, but choose one as the cannonical one. It can be either, but personally I would go for the one without accents, because it's sure to work from anywhere and avoids compatibility or codepage/locale settings issues.

The issue now is that for SEO, you have what is called duplicate content. To avoid being SEO-penalised for this, you should declare one which version is the cannonical one. The SE will only index the cannonical version then. Declaring the cannonical version is easy. Just add a link tag to the header of each page, like this :

suppose you have a page
elnino.com /warez/list.html

and since you point elniño.com to the same webspace,
elniño.com /warez/list.html

will serve the same content. That page should contain a tag like this in its < head > section :

< link rel="canonical" href="http://elnino.com/warez/list.html" / >

and the SE will be cool with it. Do this for all pages.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme