Forum Moderators: open

Message Too Old, No Replies

multilanguage - duplicated content?

Issues regarding multilanguage site

         

punisa

12:13 pm on Mar 22, 2008 (gmt 0)

10+ Year Member



Hello,

we are implementing new feature on our site - private accommodation listings. We would love to have it in multiple languages, but possibility of google seeing this as a duplicate content worries me now.

Further info:
default url is like this:
www.domain.com/accommodation/specific_client/

accommodation presentations are made in php and are wrapped inside of a str_ireplace function. Clicking on a little flag (let's say French) in the header loads a new url:
www.domain.com/accommodation/fr/specific_client/
Function reads the "fr" part and loads French words instead of English ones. We are able to do so cause words are static, like: distance, price, area, region etc.

Anyway that's all good, but what troubles me is what does all mighty google think about this? Because all these url's like:
www.domain.com/accommodation/specific_client/
www.domain.com/accommodation/fr/specific_client/
www.domain.com/accommodation/sp/specific_client/
www.domain.com/accommodation/de/specific_client/ etc,

are the same. I mean style sheets are the same, margins are the same, pictures are the same... everything except the actual words.
So we are surely having duplicated code.

Should I proceed with these or would you suggest to avoid the risk?
I guess I could block all "specific language" pages in robots.txt and leave only the english one as the default spider food, but then again is it worthed if no one will ever find it except users who come to the site?

All in all, thanks for reading : )

LifeinAsia

5:18 pm on Mar 24, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Google looks at the content, not so much the code. If the content is in different languages, then it's certainly not duplicate content.

We've been doing exactly that (multilingual lodging content) for years.

johoney

8:06 pm on Mar 27, 2008 (gmt 0)

10+ Year Member



This doesn't really answer your question but see what Matt Cutts (Google) has to say about multi language domains:

Matt's preferences:

1. ccTLDS such as example.fr or example.de

2. After than, subdomains such as fr.example.com or de.example.com.

3. If that’s not possible, I’d use subdirectories such as example.com/fr/ or example.com/de/

Staffa

10:22 pm on Mar 27, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have a site that's multi-lingual and Google thinks nothing about it.
In fact the 3 non-english language pages do better than the english because there is less competition.