If someone asks a question and then edits the question later, the url changes and the previous one wouldn't work anymore. Shouldn't urls be more permanent? I understand that there is a setting to mimic the scheme used by stack exchange but is that the recommended way to handle this? I like having more descriptive urls but if askbot autoredirected the urls if a question is edited, I think that would make things work better
Even though url changes, it still works (via a redirect), because the ID part is constant.
The url changes because url slug is an important part for the search engines and it should better be informative. If you make the url slug constant, there will be many poor urls on the site, as new users tend to give bad titles.
Title of your question, for instance - could be better :). What does "url of questions?" mean?
Asked: Jul 24 '11
Seen: 23 times
Last updated: Jul 24 '11
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.