Forum Moderators: phranque
Now, I would like to create a czech "face" to this website. I want to achieve the following behaviour: if the user will come to the site from the czech domain www.mydomain.cz, he will be forwarded to the .sk domain, and he will see the very same articles, but with a czech face - header, footer and article categories names will be in czech language.
How can I achieve this without having duplicate content? I plan to forward the mydomain.cz to mydomain.sk, where the user will get the cookie indicating that he came from czech domain. Is that ok? Then, what about the individual articles URL? If the article has the URL:
www.mydomain.sk/articles/345.html
what will be the URL of the same article with czech face? Can it be on the same URL, or should it be modified like:
www.mydomain.sk/CZECH/articles/345.html
What is the best way to go? Thank you for your answers.
I work with some content in German (originally in English) that gets significant German language search traffic from google.de, .nl, .at, and .com. It's on the same domain as the English, Spanish, and French versions of the same content -- and they each get their due amount of language-specific traffic from Google and others. We keep each language version in its own directory (/de/ or /es/ for example) with appropriate lang attribute and charset differences, as well as server headers.
If the characters/words are different, then the content is not techincally "duplicate", even if the meaning is the same. But if you use the same url for both language versions, then what can a poor, cookie-less spider do but only index one version.