Hi Marco, Can you describe how you want to localize your URLs? What should they look like?
Magnolia's i18n support allows you to append a locale identifier to the URL. The example use case is on pp. 23-25 in the SEO Tech Brief. http://www.magnolia-cms.com/dms/products/tech-briefs/seo/Magnolia-Tech-Brief-SEO.pdf Locale URL Base locale, default language www.mywebsite.com/article.html German www.mywebsite.com/de/article.html French www.mywebsite.com/fr/article.html Spanish www.mywebsite.com/es/article.html You can store localized content in a single hierarchy or separate trees (Will's choice). http://documentation.magnolia-cms.com/technical-guide/i18n.html#Content Yet another option is to create virtual localized URIs and map them to language or geo-specific content. This may work if you don't plan to translate/localize the entire site but only a representative "landing page" for each locale. For example, create a Spanish landing page at /landing/es.html and map a virtual URI such as www.example.com/es to that page. http://documentation.magnolia-cms.com/technical-guide/virtual-uri-mapping.html --Antti On Jun 29, 2011, at 8:44 AM, Marco Glur wrote: > > Hello, > > is there some experience in localizing the URLs of a Magnolia site (EE or > CE 4.x)? > > On Page 11 of the Tech-Brief SEO I can't see any hint regarding this > capability. > http://www.magnolia-cms.com/dms/products/tech-briefs/seo/Magnolia-Tech-Bri > ef-SEO.pdf > > Maybe I will have to go on and add this extension to i18n-support in an > own module, but it would be great not have to re-invent the wheel in case. > Is this feature eventually already on the map for Magnolia 5? > > Best regards, > Marco > > -- > 15 Years of Excellence - http://netcetera.com > > Marco Glur | [email protected] > T +41 44 247 79 20 > Netcetera AG | 8040 Zurich | Switzerland | http://netcetera.com > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
