NoImageIndex
What This Means
URLs containing a ‘noimageindex’ directive in either a robots meta tag or X-Robots-Tag in the HTTP header. This instructs Google not to show the page as the referring page for an image in the Google images search results. This has the effect of preventing all images on this page from being indexed in this page.
What Triggers This Issue
This issue is triggered when URLs contain a ‘noimageindex’ 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="noimageindex">How To Fix
URLs with a ‘noimageindex’ should be reviewed carefully to ensure they are correct and images shouldn’t be indexed on this page. If images should be indexed, then the directive should be removed.
Last updated on