In practice
Keep them lowercase, hyphenated, descriptive and stable. A URL is a promise you have to keep with redirects if you break it.
Avoid encoding state in the path — dates, session ids and sort orders create infinite variants of the same content.
Why it matters
URLs are the unit search engines index, people share and analytics aggregates.
Inconsistent URL patterns are the root cause behind most duplicate content work.
Related terms