How to insert a page title automatically as image ALT tag, if the image Alt tag is empty

Hi Everyone,

I am trying to understand if there are any ways to insert the page title automatically for all images? When the images are not adding any alt tag value yet, across all pages from Homepage, collection, product page, articles, blogs, and pages. Like adding a js code in the theme.liquid. I know there is a location to edit the image alt tag when uploading the image, but this contains immense manual work and is not easy to manage for operation.

Hi @winnieallklear ,

Go to layout > theme.liquid,paste this at the bottom of the file and on the ‘’ tag.


Hope it helps!