Forum Moderators: phranque
I read that Google for example do not index the page with "?" in url, is it true?
I am pretty sure that all the engines will crawl urls with up to 3-4 querystring values (page.aspx?value=1&something=2&foo=3)
It's much much better to do some URL rewriting and have your URL look like this: www.domain.com/1/2/3/mypage.aspx
That is my concern. I do not know how to rewrite this 1-2-3 paging. If there is any way to do it in Drupal then it'll be good.