Comment on In search of the perfect URLparentComments−Walkman10yThen you don't need the ID at all :) because you use the slug−eli10yI want the slug to be able to change and I'd prefer not to have to keep track of every variation ever assigned to that piece of content.−Walkman10yif you go with /id/slug, you can redirect anything that is not exactly the same as the current, so any older links would still work because no matter what the slug was, you can redirect because the ID doesn't change.−eli10yright, same as /slug/id−Walkman10yno :D /id/slug is safer
Comments
Then you don't need the ID at all :) because you use the slug
I want the slug to be able to change and I'd prefer not to have to keep track of every variation ever assigned to that piece of content.
if you go with /id/slug, you can redirect anything that is not exactly the same as the current, so any older links would still work because no matter what the slug was, you can redirect because the ID doesn't change.
right, same as /slug/id
no :D /id/slug is safer