wpilibsuite / sphinxext-opengraph

Sphinx extension to generate unique OpenGraph metadata
https://sphinxext-opengraph.readthedocs.io
Other
74 stars 27 forks source link

Add support for og:image:alt #15

Closed tcmetzger closed 4 years ago

tcmetzger commented 4 years ago

This pull request adds support for og:image:alt (partially solves #10).

This is how the alt tag is generated:

This pull request also includes an additional test and an update to README.md.

According to opg.me any page that includes an og:image should also inclode an og:image:alt. This would not only increase compliance with opg but might also increase search engine visibility.