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?
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 :
To completely prevent images from being indexed:
Adding noindex Tags:
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