No, it cannot. Any content in Orchard will respond only to the permalink, that was assigned to it....and Orchard does not allow to use query string parameters like "?lang=fr-FR" in permalinks. When you add a localization for some content item in Orchard, you actually create another content item, that is absolutely all-sufficient. From this perspective it seems logically, that GA considers every translation as a standalone page.
The approach for localization, which is used in Orchard has some benefits, as well as some disadvantages (like one raised by you). I think eventually it will need to be implemented a different way, when localizable content will have just different versions for different cultures, instead of having linked content items (like it is today). On Wed, Apr 4, 2012 at 11:59 AM, Mike Gutzschhahn < mgutzschh...@romantikhotels.com> wrote: > Hello Orchard Fans, > > some of yours might work with localization modules. Depending on the > downloads the Culture Picker an the Orchard Translation Manager, most of > you are familiar with one of both. I'm encountering a problem with google > Analytics and duplicated contents. > > In most cases i see URL Parameter like "?CultureName=es-ES" – as used on > http://www.tritondigital.com/. But when it comes to the URL this > parameter isn't given but the url gets them appended lile > "/products-services*-fr-FR*". This causes different problems. In this > case we got the following versions of the URL: > > 1. > http://www.tritondigital.com/products-services<http://www.tritondigital.com/products-services-fr-FR> > (it's > en-EN) > 2. http://www.tritondigital.com/products-services-fr-FR > 3. http://www.tritondigital.com/products-services-es-ES > > This results in hard to analyzable and not comparable URLs in GA. And – in > my opinion – since the contents were just translated, those weren't that > unique to not to be interpreted as duplicated. My questions now is … can't > the culture Module handle the URLs like: > > 1. > http://www.tritondigital.com/products-services<http://www.tritondigital.com/products-services-fr-FR> > (no > language choosed) > 2. > http://www.tritondigital.com/products-services?lang=en-EN<http://www.tritondigital.com/products-services-fr-FR> > 3. > http://www.tritondigital.com/products-services?lang=fr-FR<http://www.tritondigital.com/products-services-fr-FR> > 4. > http://www.tritondigital.com/products-services?lang=es-ES<http://www.tritondigital.com/products-services-es-ES> > > Thank a lot > Mike >