• kungen@feddit.nu
    link
    fedilink
    arrow-up
    22
    arrow-down
    5
    ·
    18 hours 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
      16
      arrow-down
      1
      ·
      16 hours ago

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

        • keegomatic@lemmy.world
          link
          fedilink
          arrow-up
          8
          ·
          15 hours 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.

        • lime!@feddit.nu
          link
          fedilink
          English
          arrow-up
          2
          ·
          15 hours ago

          that’s very hard to make idiomatic, and if it’s in the querystring it’s easier to change manually because you can annotate each entry more easily.