Tagged Questions
3
votes
1answer
255 views
Is “noindex” applied to child content?
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 ...