Can you suggest good ways of generating URLS for viewing tagged content
Posted
by rikh
on Stack Overflow
See other posts from Stack Overflow
or by rikh
Published on 2009-01-07T11:14:32Z
Indexed on
2010/06/18
2:53 UTC
Read the original article
Hit count: 260
For example, here on stack overflow the URL http://stackoverflow.com/questions/tagged/javascript+php will give you all questions tagged with javascript and php.
The system I have allows tags with spaces in them, so the approach used here would not be a good fit for me.
What character would you use to separate the tags, so the URLs are still human readable, google readable and web browser compatible.
My gut feeling was to use commas. eg http://example.com/tagged/first+tag,second+tag
Any feedback or suggestions would be welcome.
© Stack Overflow or respective owner