domain.com/tags/videos/St.+Louis+Rams.html or domain.com/tags/videos/St,+Louis+Rams.html Dot or comma?
Depends really on the CMS you're using, if any. With wordpress and others, they'll translate the comma into an URL escape character (%2C) which may cause issues. (It does with file uploads) I'd stick with the period.
I'm not sure I've ever seen St. Louis spelled with a comma after the St so my preference would be to go with the period.
thx guys, am using our own custom php framework. Def not %2c etc... i just went with comma was not sure which one is bttr.
Actually you can as long as it's used within a file name or a directory name. You can't use it as part of a domain name though as a comma is a restricted character.
If it was up to me I would do... domain.com/tags/videos/St-Louis-Rams.html Basically, remove the comma and period and use (-) instead of (+) to separate the keywords. Regards, Mark