I will be using SEO friendly URL’s for the product.asp page. Right now, the URL is in the format like:
/product.asp?deltype=9& city=Springfield& state=MA& productid=2656
with a couple of optional querystring arguments. I would like to put the actual course name in the URL, so for instance the link above would be rewritten to display:
/Instructor-led-seminars/Management-Skills-for-First-Time-Supervisors/2656/index.asp?city=Springfield& state=MA& venueID=& so=
… or something like that.
…