>I have a site map within my dynamic cms that I do not want included
>in the resulting index. I've tried numerous attempts with filename
>filters and exclude filters, but it almost seems like the web path
>used as the index starting page is always included in the resulting index.
>Is there a way to exclude the "what to index" web path from the
>resulting index without having to traverse through the resulting
>dataset to remove it?
To exclude the page, you can add a NoIndex metadata to the page, like this:
<META NAME="ROBOTS" CONTENT="NOINDEX, FOLLOW">
For more information on using robots meta tags, see:
http://www.robotstxt.org/meta.html
David Thede
dtSearch Corp.