Not sure if this is a bug or a mis-configuration, but I can't figure it out nor find any similar posts in the forums:
Our website uses a bunch of querystrings for passing data between pages. These querystrings don't change the content of the page in any significant way and hence shouldn't be included in our sitemap. These querystrings are not actually Session ID querystring, but you can think of them as being very similar.
To prevent the Generator from including these querystrings in it's crawl / generated sitemap, I've added them to the "Remove session ID from URLs" field. This is generally working as expected, but for some reason there is one specific querystring that is still being included in the crawl / generated sitemap URLs, despite the fact that it is in the "Remove session ID from URLs" field.
Specifically, the querystring is called "q" and always contains a GUID, e.g.:
[ External links are visible to forum administrators only ]
The above URL is being included in the generated sitemap as listed above, whereas I believe the presence of "q" in the "Remove session ID from URLs" field should result in this URL being listed instead:
[ External links are visible to forum administrators only ]
Is that correct? Have I misunderstood or misconfigured something? Or is this a bug?
Thanks.