I want to disallow a particular <div>... </div> in my blog template to be crawled by search engines.
On googling, I found some links asking to include a
<div class=nospy>...</div>
some asking to include
<div class=â€robots-nocontentâ€>...</div>
and somewhere I found,
<!--googleoff: index--> ... <!--googleon: index-->
<!-- FindinSiteoff:follow index--> ... <!--findinsiteon: all-->
Can you tell me what to do so that those <div>..</div> are not indexed by search engines?