My amazing website
0

Configure Feed

Select the types of activity you want to include in your feed.

feat(blogs): why-i-removed-self-healing-urls

isabel (Jul 7, 2025, 3:12 PM +0100) 09214e2a 30d77f65

+14
+14
src/content/why-i-removed-self-healing-urls.md
··· 1 + --- 2 + title: why I removed my self-healing URLs 3 + description: the act of removing my self healing URLs 4 + date: 2025-07-07 5 + tags: 6 + - webdev 7 + --- 8 + 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?_ 9 + 10 + 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. 11 + 12 + 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? 13 + 14 + Maybe this will prompt you to remove your self-healing URLs... or maybe it won't :D