Hello... I have created a dynamicly driven site in asp, since search engines dont give good results to dynamic urls (with?sign in url) i have created a script which converts all GET parameters into a new form:::
old url, www.domain.com/imagegalleries.asp?gid=3&cpage=1&srt=2
new url is
www.domain.com/imagegalleries-gallery.name-1-2
i am interested in the following : is the above url ok for search engines, or would it be better if i use
www.domain.com/imagegalleries/gallery.name/1/2/
and if yes, can you explain why is slash "/" better than minus "-" ...
waiting replies...
Ivan