I have a client, that wants content to be differentiated by region. Most pages will fallback to the default "langauge" but they want to create unique pages for the rest
Some have same language, some not. From Umbraco 8 setup, this is fine, however for SEO purposes they want to keep each region as unique url for the fallback pages
ie
somesite.com/ = Other regions (setup as default langauge en)
somesite.com/nz = New Zealand (setup as enNZ)
somesite.com/au= Australia (setup as enAU)
somesite.com/jp = Japan (setup as ja_jp)
so if we had a about page, that has only had content added on the default language we would still want them to have the following
Mutllingual Best Practices
Hi,
I have a client, that wants content to be differentiated by region. Most pages will fallback to the default "langauge" but they want to create unique pages for the rest
Some have same language, some not. From Umbraco 8 setup, this is fine, however for SEO purposes they want to keep each region as unique url for the fallback pages
ie
somesite.com/ = Other regions (setup as default langauge en) somesite.com/nz = New Zealand (setup as enNZ) somesite.com/au= Australia (setup as enAU) somesite.com/jp = Japan (setup as ja_jp)
so if we had a about page, that has only had content added on the default language we would still want them to have the following
somesite.com/nz/about somesite.com/au/about somesite.com/jp/about
By default umbraco would fall these pages back to somesite.com/about
Does anyone have any recomendations or best practice suggestions for this approach?
Thanks
is working on a reply...