FundMECFS@quokk.au to Lemmy Shitpost@lemmy.worldEnglish · 20 hours agoPSA on privuhcyquokk.auimagemessage-square93linkfedilinkarrow-up11.05Karrow-down114
arrow-up11.04Karrow-down1imagePSA on privuhcyquokk.auFundMECFS@quokk.au to Lemmy Shitpost@lemmy.worldEnglish · 20 hours agomessage-square93linkfedilink
minus-squarekungen@feddit.nulinkfedilinkarrow-up22arrow-down5·18 hours agoOnly on “I have really bad SEO” kinds of blogs. Query strings have been considered a negative thing for many many years.
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up16arrow-down1·16 hours agowhuh? querystrings are integral to things like pagination. they are by no means a negative thing.
minus-squareNιƙƙιDιɱҽʂ@lemmy.worldlinkfedilinkarrow-up6·edit-216 hours agoI wouldn’t call it integral, pagination query parameters can be in the url params just as easily as in the querystring
minus-squarekeegomatic@lemmy.worldlinkfedilinkarrow-up8·15 hours agoPagination 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.
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up2·15 hours agothat’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.
Only on “I have really bad SEO” kinds of blogs. Query strings have been considered a negative thing for many many years.
whuh? querystrings are integral to things like pagination. they are by no means a negative thing.
I wouldn’t call it integral, pagination query parameters can be in the url params just as easily as in the querystring
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.
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.
Not everybody cares for SEO BS