• Resolved SirLouen

    (@sirlouen)


    I’ve tried to add this permalink:

    my-awesome-post?awesomeness=99.9

    or

    my-awesome-post/?awesomeness=99.9

    But it processes the characters as non-ascii alternatives:

    my-awesome-post%3Fawesomeness%3D99.9
    According to the doc, the only unsupported chars are:

    UNSUPPORTED CHARACTERS
    Following characters are no longer allowed in the permalinks.

    <
    >
    {
    }
    |
    “`
    ^
    \
    (
    )
    [
    ]

    How can I achieve the slug format I’m trying to create?

Viewing 1 replies (of 1 total)
  • Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    Hi @sirlouen

    Special characters are no longer supported. Question mark is used to pass data to the page like when someone visits your website from Google Ads so Google appends some parameters in the URL that can be used in Tracking and other ways.

    Having special characters in URL is not user-friendly and need to bee avoided.

    If you have special scenario then please let me know.

    Thanks and Regards,
    Sami

Viewing 1 replies (of 1 total)
  • The topic ‘Some characters not allowed’ is closed to new replies.