Is there any way to mark parts of a page not to be indexed by Microsoft Search Server Express 2010?
For example all pages have footer, and I wan't be able to do something like
<div class="no-index">
footer
</div>
And contents of this block should not be indexed. Is it possible?