Beginner SEO question on urlrewrite rules
Posted
by Charlie
on Stack Overflow
See other posts from Stack Overflow
or by Charlie
Published on 2010-04-12T02:24:28Z
Indexed on
2010/04/12
2:33 UTC
Read the original article
Hit count: 477
seo
|urlrewrite
I just starting reading about SEO and realized that I should change my "GET" queries to / separated keywords for SEO purposes.
Here's my question:
I have a multi-select checkbox on my form, so my query string would be:
http://www.domainname.com/searchitem.html?cat[]=A&cat[]=B&cat[]=C¶m1=p1¶m2=p2
Whats the convention for handling this kind of queries? changing it to search/catA/catB/catC/p1/p2 doesn't seem right to me but i don't know what else to do
Thanks
© Stack Overflow or respective owner