joshbuchea / HEAD

A simple guide to HTML <head> elements
https://htmlhead.dev
30k stars 1.92k forks source link

Add og:image:alt and twitter:image:alt #208

Closed justmarkup closed 5 years ago

justmarkup commented 5 years ago

When using og:image you should always also use og:image:alt (A description of what is in the image (not a caption)) to conve the essential nature of the image to users who are visually impaired.

The same is true for twitter:image, where the property is twitter:image:alt

scottaohara commented 5 years ago

thank you @justmarkup