Forum Moderators: open
They are picking up url's such as:
www.example.com/cgi-bin/webscript.pl?page=catalog224c.html&cart_id=123456.789
They are actually picking up the unique shopping cart id instead of
www.example.com/cgi-bin/webscript.pl?page=catalog224c.html&cart_id=
which would force the generation of a new cart id.
Right now, mulitple users are using the same shopping cart, with chaotic results.
Is there anyway to force the spider to skip the unique shopping cart id and generate results in the form:
www.example.com/cgi-bin/webscript.pl?page=catalog224c.html&cart_id=
i don’t know how else you could fix that problem other than modifying your code so it can help SEs crawl properly.
i had similar but not that serious problem with my forum (phpbb) pages sometimes being indexed with session ids and that is the way i fixed it and works fine for the last year or so.