Why This Matters
This article highlights the importance of respecting user privacy and reducing unnecessary tracking by banning query strings in URLs. It emphasizes the need for web developers and site owners to prioritize user trust and control over their browsing experience, especially as tracking techniques become more invasive. The move encourages a shift towards more transparent and privacy-conscious web practices, benefiting both consumers and the industry.
Key Takeaways
- Banning query strings enhances user privacy by limiting tracking.
- Web developers should reconsider the use of URL parameters for tracking purposes.
- Prioritizing clean URLs can improve user trust and website integrity.
I’ve banned query strings 🗓️ 2026-05-08 •
I don’t like people adding tracking stuff to URLs.
Still less do I like people adding tracking stuff to my URLs.
https://chrismorgan.info /no-query-strings ?ref=example.com ? Did I ask?
If I wanted to know I’d look at the Referer header; and if it isn’t there, it’s probably for a good reason.
You abuse your users by adding that to the link.
https://chrismorgan.info /no-query-strings ?utm_source=example&utm_&c. ?
Hey! That one’s even worse, UTM parameters are for me to use, not you.
Leave my URLs alone.
So I’ve decided to try a blanket ban for this site: no unauthorised query strings.
... continue reading