GoodEveningMiss / live-dj

Community-driven music sharing site
http://live-dj.com/
MIT License
0 stars 0 forks source link

Better urls #4

Open GoodEveningMiss opened 10 years ago

GoodEveningMiss commented 10 years ago

Currently, URL for posts is some random gibberish:

http://live-dj.meteor.com/posts/272MxfYY7d32AfQv3

We should imitate the wordpress slugs. I imagine this improves SEO too.

GoodEveningMiss commented 10 years ago

Telescope SEO issue: https://github.com/TelescopeJS/Telescope/issues/355

GoodEveningMiss commented 10 years ago

Their current slug generation for users results in collisions: https://github.com/TelescopeJS/Telescope/issues/401

GoodEveningMiss commented 10 years ago

Submitted pull request to upstream to fix user profile slugs. It's merged so we just have to update our repo to get that fix. Posts still broken.