Forum Moderators: open
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
what is the maximum length or url to get good results with SE?
is it better that i use
www.domain.com/imagegalleries-gallery.name-1-2
or
www.domain.com/1-3-1-2
i have decided to use gallery name in url as i thought it is good to have keywords in url?
gallery name can be from 10-50 characters long...
also because of custom gallery names, all urls will seem to be different, is that good for SEO?