Yahoo! Introduces Robots-Nocontent for Page Sections
Friday, June 8th, 2007Early last month, Yahoo announced that they were introducing a Robots-Nocontent for Page Sections “microformat”. Simply put you can tell Yahoo! which parts of your page are unrelated to the main content on your page. For example, you might have a navigation bar on your page that has links to other parts of your site, but you don’t want the text of those links to be indexed with the content of your page. This does not mean that Yahoo! does not spider those links, it just means that they will not include that content in the index for the page.
The robots-nocontent is very easy to implement. Simply add a class attribute with the value set to robots-nocontent to a container element and that container won’t be indexed. For example:
<div class="robots-nocontent">Some content</div>
It will be interesting to see if other search engines pick up on this much like they did with Google’s introduction of rel=”nofollow”. Search Engine Land also has some decent coverage on this topic as well.


