jacktuck / unfurl

Metadata scraper with support for oEmbed, Twitter Cards and Open Graph Protocol for Node.js :zap:
MIT License
474 stars 51 forks source link

og:image:alt not used #101

Closed amyjchen closed 1 year ago

amyjchen commented 1 year ago

Just noticed that the og:image:alt tag isn't included (but it is included for twitter cards). I can look at adding this, but just wanted to check — is there a reason why this isn't included?

jacktuck commented 1 year ago

Hi @amyjchen. Good spot. I can't think of any reason we shouldn't include it (I must have missed it when putting the schema together)

amyjchen commented 1 year ago

PR here https://github.com/jacktuck/unfurl/pull/102

jacktuck commented 1 year ago

fixed in #102