You're not off-base - I have the same question, but for a different reason.
I want to exclude the navigation portion of my webpages from search results. For example, if I search for 'forms' I'll get every page on the site in the search results, because it's in the site navigation on every single page. I still want to crawl the navigation at least once, of course, but I don't want every page returned. I have used htdig until now, and they use html comments to bracket sections of code that shouldn't be indexed:
<!--htdig_noindex-->
Stuff that doesn't get indexed goes here
<!--/htdig_noindex-->
This works perfectly.
Can OmniFind support this?
Thanks,
Christina