I did a Seo site scan and it pointed out I am missing images title attribute.
Please can someone help on how to add a code on the theme, I am using Debut theme to render not only the alt attribute but also the image attribute text
Currently the images are uploaded through the simple shopify admin image upload button, it gives a place to enter an alt tag, but not a title.
Is there code that I could put on the page template that would automatically add whatever is entered as the alt tag as a title attribute for each image?
If you’re meaning product images, then start in product.liquid (assuming all your /product/ pages are using that template) and read through the code to see where tags are inserted. Entirely possible they are called from a section inserted within the product.liquid page, or even inserted via JS.
Exactly where in theme will depend on how your theme is coded, they are not all the same. So do my suggestion above it will require some ability to figure out liquid/HTML.