···11+---
22+title: why I removed my self-healing URLs
33+description: the act of removing my self healing URLs
44+date: 2025-07-07
55+tags:
66+ - webdev
77+---
88+In the past, I wrote about how I used [self-healing URLs](https://isabelroses.com/blog/self-healing-urls/). But while rewriting my website for the roughly the sixth time, a realization hit me: _who am I really building this for?_
99+1010+That question completely shifted how I approached my site. I had been optimizing for SEO, but the real purpose of my site is self-documentation and sharing what I learn with others who want to learn alongside me.
1111+1212+With that in mind, I decided to delete the self-healing URLs. I no longer wanted to cater to machines—I wanted to build for people. Self-healing URLs are inherently anti-user. How is a human supposed to remember which number blog post this is? Or worse, if it's just a random string?
1313+1414+Maybe this will prompt you to remove your self-healing URLs... or maybe it won't :D