When you add the noindex class to a div, is all content below it excluded from search crawls? For example, if I had the code below:
<div class="noindex">
Some Data
<div> will this be indexed</div>
</div>
Will the second div be indexed?