Forum Moderators: open
I have the index.asp page which includes a menu.asp page which gives the options of my categories. Then when a user selects a category, it opens cat.asp with the list of these options. The user can then click on the image to see a bigger version with a deeper description in product.asp.
Does this sound like it has any "querystring variables named ID or SESSION".
Thanks again
www.somedomain.com/page.asp?ID=78949472
the 'ID' is a querystring variable and is usually not very friendly to most robots. I use querystrings to pass variables all the time with no problems but it is usually something like '?category=' which doesn't seem to cause as many problems.