Forum Moderators: open
Thanks in advance!
Honestly, the best thing I can recommend is to try the site search [searchengineworld.com], or simple check out this previous discussion [webmasterworld.com].
That seems to cover most of the basics. Cheers!
Take query strings like:
page.blah?key1=value1&key2=value2&key3=value3 and change it to:
page.blah?newkey=value1-value2-value3 or better yet, do a mod rewrite (IIS must have an equivalent) to get:
page-value1-value2-value3.htm or
page/value1-value2-value3.htm <added>Jeremy types faster :)</added>