Noindex
What This Means
URLs containing a ‘noindex’ directive in either a robots meta tag or X-Robots-Tag in the HTTP header. This instructs the search engines not to index the page. The page will still be crawled (to see the directive), but it will then be dropped from the index.
What Triggers This Issue
This issue is triggered when URLs contain a ‘noindex’ directive, either in a robots meta tag within the HTML or in an X-Robots-Tag in the HTTP header. For example:
https://www.getasky.com/ Has the meta tag:
<meta name="robots" content="noindex">How To Fix
URLs with a ‘noindex’ should be reviewed carefully to ensure they are correct and shouldn’t be indexed. If these pages should be indexed, then the ‘noindex’ directive should be removed.
Last updated on