Remove some images from showing on Google search

Is there anyway to remove some shopify product image from showing on Google?

Some of our images need to be hidden from search engines, is there any way of adding alt text or title to these images to avoid them being crawled by search engines?

Hello @jamesst93
Please use the following steps :

Use noindex Meta Tags

To completely prevent images from being indexed:

Adding noindex Tags:

  • Adding noindex Meta tags to image pages can prevent them from being indexed. However, Shopify doesn’t provide a direct way to add noindex tags to images, so this method is less straightforward for images stored on product pages.

Hi,

You can modify robots.txt for this

Example:

User-agent: *
Disallow: /path-to-your-image.jpg

Note: Please take backup of robots.txt file before doing editing

Also you can use noindex tag