Ignore Select Pages with Passed Variables
« on: October 13, 2008, 05:13:56 PM »
hello,

My order.php page has  ?id=00 tags added to it to gather intel from a product page that linked to it, but i do not want these order.php?id= pages to display because they display like this on my sitemap:

Order Page
Order Page
Order Page
Order Page
and so on.

So I would like to have one Order Page and ignore any other order linked pages with a ?id=number attached to it.

I have tried telling the software to not include order.php in it's entirety, but this does not prevent it from adding the unique looking urls such as 'order.php?id=2"

I appreciate the help. Here is a link to my site map, scroll down to the bottom to see what I am talking about.
[ External links are visible to forum administrators only ]

Thank you,
Hudson
Re: Ignore Select Pages with Passed Variables
« Reply #1 on: October 14, 2008, 11:01:31 AM »
Hello,

you should add this in "Exclude URLs" option:
Code: [Select]
?id=and regenerate sitemap.
Re: Ignore Select Pages with Passed Variables
« Reply #2 on: October 14, 2008, 02:23:35 PM »
Thank you!

This solved the problem!