url optimization in rails?
Posted
by piemesons
on Stack Overflow
See other posts from Stack Overflow
or by piemesons
Published on 2010-06-11T13:25:22Z
Indexed on
2010/06/11
13:32 UTC
Read the original article
Hit count: 259
ruby-on-rails
|plugins
Hello I want to create seo optimize url in rails.Same like done in stackoverflow. Right now this is my url
http://localhost:3000/questions/56
I want to make it something like this:-
http://localhost:3000/questions/56/this-is-my-optimized-url
i am using restful approach. is there any plug-in available for this.
© Stack Overflow or respective owner