Hi @johnmiller083
Thanks for reaching out.
Can you please let us know the steps you have followed to set the “No Image Index”?
Choose the “No Image Indes” option in that page and then save it.
Hi @johnmiller083,
We would like to let you know that the “No Image Index” setting in Yoast SEO is designed to add the max-image-preview: none directive to your website’s robots meta tag, rather than inserting a specific “noimageindex” tag in the page source code.
You can verify the implementation of the “No Image Index” setting by inspecting the robots meta tag in the HTML source code of your pages. Look for a tag similar to the following:
<meta name="robots" content="index, follow, max-image-preview: none">
If you observe the max-image-preview: none directive within the content attribute of the robots meta tag, it means that the “No Image Index” setting has been successfully applied.