up vote 2 down vote favorite
share [g+] share [fb]

As the title says, how SEO friendly is a URL containing Unicode characters.

Edit: To clarify, I meant URL with non-ASCII characters but valid Unicode.

link|improve this question
feedback

4 Answers

All URLs can be represented as Unicode. Unicode just defines a range of code-points from U+0000 to U+10FFFF, which allows you to define any characters.

If what you mean is "How SEO friendly are URLs containing characters above U+007F" then they should be as good as anything else, as long as the word is correct. However, they won't be very easy for most users to type if that's a concern, and may not be supported by all internet browsers/libraries/proxies etc. so I'd tend to steer clear.

link|improve this answer
feedback

I would guess from an SEO point of view it would be a really bad idea, unless you are specifically looking to target unicode search terms.

link|improve this answer
feedback

if we consider that the urls that have the searched keywords in them have higher placements in the search results and you're targeting unicode search terms then it may actually help. But of course this is hardly the most important thing when it comes to position in search results.

link|improve this answer
feedback

FWIW, Amazon (Japan) uses Unicode URL for their product pages.

http://www.amazon.co.jp/任天堂-193706011-Wiiスポーツ-リゾート-「Wiiモーションプラス」1個同梱/dp/B001DLXXCC/ref=pd_bxgy_vg_img_a

(As you can see, it causes trouble with systems like the Stackoverflow wiki formatter)

link|improve this answer
2  
Not from my machine. Your machine probably doesn't have Unicode support installed. – Adrian Godong Jul 25 '09 at 9:02
3  
@Adrian: So the Amazon link shows up as a link for you? – Thilo Jul 26 '09 at 0:11
feedback

Your Answer

 
or
required, but never shown

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