You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, everywhere on the site that we have an ID in the URL, it's a numerical ID, which is ugly and bad for SEO. Use FriendlyId to change that to slugs, so that we have URLs like /questions/how-do-i-make-a-resourceful-route.
The text was updated successfully, but these errors were encountered:
Right now, everywhere on the site that we have an ID in the URL, it's a numerical ID, which is ugly and bad for SEO. Use FriendlyId to change that to slugs, so that we have URLs like
/questions/how-do-i-make-a-resourceful-route
.The text was updated successfully, but these errors were encountered: