vote up 1 vote down star

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.

flag

4 Answers

vote up 2 vote down

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|flag
vote up 4 vote down

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|flag
vote up 2 vote down

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|flag
vote up 0 vote down

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|flag
2  
Not from my machine. Your machine probably doesn't have Unicode support installed. – Adrian Godong Jul 25 at 9:02
@Adrian: So the Amazon link shows up as a link for you? – Thilo Jul 26 at 0:11

Your Answer

Get an OpenID
or

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