I’m designing a hosted software-as-a-service application that’s like a highly specialized version of 37Signal’s Highrise product. In that context, where SEO is a non-issue, is it worth implementing “pretty URLs” instead of going with numeric IDs (e.g. customers/john-smith instead of customers/1234)? I notice that a lot of web applications don’t bother with them unless they provide a real value (e.g. e-commerce apps, blogs – things that need SEO to be found via search engines)
I’m designing a hosted software-as-a-service application that’s like a highly specialized version of 37Signal’s
Share
It’s always worth it if you just have the time to do it right.