Node names (title) and special (Polish) characters
HI.
I have a small(big) problem with titles of nodes. I want to create site which name is "Łabądź z żabą". Titles on all pages are displayed correctly but in url patch, there are polish characters too eg. http://test.com/łabądź-z-żabą .
Url works property, but this is not good for seo purposes. So, is there any way to convert this url to normal (not special) characters.
And please NOTE: in v7+ many of these settings are not explicitly contained in the configuration file that is shipped with Umbraco and most of these settings have default values assigned. These default values will be expressed below and you can insert these configuration items in the file to override the defaults.
Thanks guys, you're very fast. People who say that "there is no Umbraco community" or "Umbraco community is dying" are wrong. This is the fastest and nice community that i ever meet :)
For my purposes is enough to add toAscii="true" in urlReplacing tag.
Node names (title) and special (Polish) characters
HI.
I have a small(big) problem with titles of nodes. I want to create site which name is "Łabądź z żabą". Titles on all pages are displayed correctly but in url patch, there are polish characters too eg. http://test.com/łabądź-z-żabą .
Url works property, but this is not good for seo purposes. So, is there any way to convert this url to normal (not special) characters.
I want url string look like : http://test.com/labadz-z-zaba .
Hi Jakub and welcome to our.
In Umbraco you have the option to do URL replacement for special characters.
Try to see this documentation https://our.umbraco.org/documentation/reference/config/umbracosettings/ and make a search for RequestHandler on the page, then you will get down to the relevant section.
And please NOTE: in v7+ many of these settings are not explicitly contained in the configuration file that is shipped with Umbraco and most of these settings have default values assigned. These default values will be expressed below and you can insert these configuration items in the file to override the defaults.
Hope this helps,
/Dennis
Hi
Check this link for change url name
http://stackoverflow.com/questions/25033540/how-to-change-url-names-in-umbraco
https://www.youtube.com/watch?v=mc8AV98y7zk
Grazitti
Hi Jakub,
You can write your own URL Provider and do any logic what you want.
http://24days.in/umbraco/2014/urlprovider-and-contentfinder/
Thanks,
Alex
Hi,
If you given "space/whitespace" in property name, and publish page than space automatically change in "-" sign
Grazitti
Thanks guys, you're very fast. People who say that "there is no Umbraco community" or "Umbraco community is dying" are wrong. This is the fastest and nice community that i ever meet :)
For my purposes is enough to add
toAscii="true"
inurlReplacing
tag.Thanks agin and have a nice day.
is working on a reply...