I noticed that no matter what my file name when I upload a product image, the the image is renamed to the product sku#. From my (limited) understanding of SEO, I need those pictures to have more relevant names. Can they be renamed?
Image filenames will always be the SKU but you can take control of the alt text. This requires a template change so you'll need some HTML skills. It's usually in \templates\products\includes\images.template.html.
Look for the main <img> tag and replace the alt with something better. You could just use the product's name [@name@] or something like the "SEO Meta Keywords" field [@keywords@]
Awesome! Thank you
Hi Anna,
How did you go with changing the Alt text? I am trying to do the same thing but cannot find where the product template is located. Any info would be awesome. Thankyou