Hello,
You can check the image attributes from your browser’s Dev Tools.
For example, on most browsers you can do the following:
1. Right Click on product image
2. Select Inspect
3. Navigate to the <img>
element
4. Check the attributes
This screenshot might help explain:
https://emandiev.com/plugins/woo-image-seo/check-image-attributes.png
Please note that depending on your theme/plugins used to build the product page, you might have a different HTML structure.
This would lead to <img>
elements being placed inside <a>
elements, etc.
Or in the worst case, the Woo Image SEO plugin might not work at all.
It is meant to be a general-purpose solution and relies on a native WordPress hook called wp_get_attachment_image_attributes
.
There are also a lot of free tools and extensions that can generate you a report of all image attributes found on a page.
For example, this one:
https://adresults.com/tools/alt-tags-checker
I hope this info helps.
Regards,
Danail