The photo alt tag is what i want to show in the source code. The only way to do that is to add captions to images in the media settings, then the alt tags shows up in the source code (instead of just putting text in alt text, which isn’t working)
Image Alt tag is to show google what an image is all about. Normally if you put this in media settings under alt text it shows this in the source code as alt text for google. This is now not the case. Example: <img src=”virtue.jpg” alt=”this is virtue theme” />
Besides the missing alt text the images also missing width and/or height attributes (home page slider). That should also be a cool extra for your future request! Specifying a width and height for all images allows for faster rendering by eliminating the need for unnecessary reflows and repaints.