Gary Illyes from Google is reminding webmasters to be careful of how they use meta “noindex” tag.
Illyes mentions that most search engines will honor a <meta name=”robots” content=”noindex”> even if it is placed in a body element.
Please be mindful with noindex directives and remember that most search engines will honour it, even if it’s in the BODY element.
Check your includes, make sure you’re not injecting in the DOM a noindex directive! I found the easiest way to do this is with the Chrome Dev tools: open it up on the page you want to check, hit Ctrl+F (or Cmd+F for those who like fruity flavours), and then type noindex. Nothing found? Great!
If you find something like this:
<meta name=”robots” content=”noindex”>
John Mueller also adds that “adding an “index” robots meta tag won’t cancel an existing “noindex” one.”
Pedro Dias adds “remember that <meta name=”robots” content =”none” /> is equivalent to <meta name=”robots” content=”noindex,nofollow” />”
Jennifer Slegg
Latest posts by Jennifer Slegg (see all)
- 2022 Update for Google Quality Rater Guidelines – Big YMYL Updates - August 1, 2022
- Google Quality Rater Guidelines: The Low Quality 2021 Update - October 19, 2021
- Rethinking Affiliate Sites With Google’s Product Review Update - April 23, 2021
- New Google Quality Rater Guidelines, Update Adds Emphasis on Needs Met - October 16, 2020
- Google Updates Experiment Statistics for Quality Raters - October 6, 2020