testing SEO in my site with Parabala I see that the header image has no Alt text and that is bad for SEO.
The image used is in the wp gallery uploaded, with all the description and alternative text filled, but the main page load it without the alt attribute.
I’d like to solve that issue with the header image to improve SEO, thank you all
Parabola uses WordPress’ core get_header_image() function to retrieve the configured header image. This function only provides the image file URL and does not supply any additional information entered in the library (such as caption/alt texts).
In newer themes we’ve relied on using the site’s title for the alt attribute, we’ll look into this for Parabola as well.