From the information I have been able to find so far, <noindex>
is supposed to achieve this, making a single section of a page hidden from search engine spiders. But then it also seems this is not obeyed by many browsers - so if that is the case, what markup should be used instead of / in addition to it?
- Yahoo uses a built-in class:
<span class="robots-nocontent">
- Googlebot has no equivalent(?)
- Yandex uses
<noindex>
- Others?