Querystring Alternatives
OK, I have a website which uses querystrings to dynamically load content from a database into a page, but I have been reading alot about problems with search engines having trouble with querystrings and redirects, in regard to spam and having the robot looping inside it self and trying to index the same page over and over.
However, I do realise there are alternative measures and I was wondering if anybody had any ideas. I have considered the use of dynamically changing the querystring into folders with IIS, but is there a better way?
Thanks,
Luke
|