Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jakub 10 posts 89 karma points
    Sep 23, 2015 @ 13:12
    Jakub
    0

    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 .

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Sep 23, 2015 @ 13:24
    Dennis Aaen
    100

    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

  • Samira 113 posts 452 karma points
    Sep 23, 2015 @ 13:35
  • Alex Skrypnyk 6133 posts 23952 karma points MVP 7x admin c-trib
    Sep 23, 2015 @ 13:38
    Alex Skrypnyk
    0

    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

  • Samira 113 posts 452 karma points
    Sep 23, 2015 @ 14:02
    Samira
    0

    Hi,

    If you given "space/whitespace" in property name, and publish page than space automatically change in "-" sign

    Grazitti

  • Jakub 10 posts 89 karma points
    Sep 24, 2015 @ 18:22
    Jakub
    0

    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.

    Thanks agin and have a nice day.

Please Sign in or register to post replies

Write your reply to:

Draft