The tag has no wiki summary.

learn more… | top users | synonyms

27
votes
7answers
3k views

How should I structure my urls for both SEO and localization?

When I set up a site in multiple languages, how should I set up my urls for search engines and usability? Let's say my site is www.example.com, and I'm translating into French and Spanish. What is ...
5
votes
2answers
198 views

When selecting the language of a web page solely with content negotiation, will a search engine ever see different languages?

I've done a simple, small site which basically only consists of a single page. Simplicity and no clutter are very intentional here and (imho) work quite well for this from a UX standpoint. Now I'm ...
6
votes
3answers
1k views

Value of the HTML5 lang attribute

I'm working on a website which will offer localized content following the language+region approach as described on this W3.org page (e.g. fr-CA for Canadian French content, and fr-FR for "French ...