Hi everyone! I'd like to build mi starterkit for multilingual sites. I was usually create a branch for each language, with the children nodes linked each other with a relation. Does anyone knows if I can can use vorto for the feature umbracoUrlName or something else?
My objective is to create a starterkit with every page responding to two different urls, even if this means overriding or rewriting the core functionalities of umbraco. In this way I can solve the SEO problem: having the url for the corresponding language, all in the same node.
If this were possible vorto would be the best component for multilanguage I've ever seen!!!
You could implement an IUrlProvider and check to see if the umracoUrlAlias is wrapped in VORTO control and register all the possible URL combinations. I can't say I've tried this yet with Vorto, but it could be interesting if you fancy giving it a go.
One other thing I might suggest would be to maybe use a different propertyAlias, just so you don't conflict with the inbuilt umbraco feature. You should still be able to create your custom IUrlProvider the same way, you'll just access a different property.
Stefano, did you manage to make this working ? I'm looking to do the same one content tree for all languages but SEO is the most important thing for us.
Is it possible to use vorto with umbracoUrlName?
Hi everyone! I'd like to build mi starterkit for multilingual sites. I was usually create a branch for each language, with the children nodes linked each other with a relation. Does anyone knows if I can can use vorto for the feature umbracoUrlName or something else?
My objective is to create a starterkit with every page responding to two different urls, even if this means overriding or rewriting the core functionalities of umbraco. In this way I can solve the SEO problem: having the url for the corresponding language, all in the same node.
If this were possible vorto would be the best component for multilanguage I've ever seen!!!
Thank you everyone!
Hi Stefano,
Unfortunately not OOTB. In theory though, this could be possible by implementing an
IUrlProvider
. If you take a look at the docs here:http://our.umbraco.org/documentation/Reference/Request-Pipeline/outbound-pipeline (See number 3)
You could implement an
IUrlProvider
and check to see if the umracoUrlAlias is wrapped in VORTO control and register all the possible URL combinations. I can't say I've tried this yet with Vorto, but it could be interesting if you fancy giving it a go.Would love to know how you get on if you do.
Many thanks
Matt
Wow! Thank you so much! Me and my team will work on
IUrlProvider
as soon as possible :-DWhen (and if) we find a solution I'll let you know!
Thank you so much, H5!
Stefano
Hey Stefano,
No worries.
One other thing I might suggest would be to maybe use a different propertyAlias, just so you don't conflict with the inbuilt umbraco feature. You should still be able to create your custom
IUrlProvider
the same way, you'll just access a different property.Just thought it might be worth mentioning.
Matt
Hello,
Stefano, did you manage to make this working ?
I'm looking to do the same one content tree for all languages but SEO is the most important thing for us.
Let me know if someone have make this working?
MrFlo
Hi all
Any news on this topic? I would be intressed too...
is working on a reply...