• NotSteve_@piefed.ca
    link
    fedilink
    English
    arrow-up
    12
    ·
    28 days ago

    Everything after the ? can be safely removed

    This is usually true but but not always. There’s often times when a URL query like that is used to choose the page to load. I believe wordpress does this

    • kungen@feddit.nu
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      28 days ago

      Only on “I have really bad SEO” kinds of blogs. Query strings have been considered a negative thing for many many years.

      • lime!@feddit.nu
        link
        fedilink
        English
        arrow-up
        4
        ·
        27 days ago

        whuh? querystrings are integral to things like pagination. they are by no means a negative thing.

          • keegomatic@lemmy.world
            link
            fedilink
            arrow-up
            5
            ·
            27 days ago

            Pagination query params can be in the URL params, but that’s not normal at all. They’re pretty much always use query params, and it’s very reasonable to do so. Filtering, search, and pagination all typically go in query params.

    • funkless_eck@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      27 days ago

      WordPress uses a taxonomic system you choose with a mix of the Settings page and how you organize your template hierarchy. To my knowledge there is no out of the box query url functionality in the core system.