jonasmerlin / astro-seo

Makes it easy to add information that is relevant for SEO to your Astro app.
MIT License
933 stars 50 forks source link

Add support for twitter:image #30

Closed edazpotato closed 1 year ago

edazpotato commented 2 years ago

And the other relate attributes like twitter:image:alt. I know this isn't necessary because most platforms use opengraph and twitter interchangeably, but it's important for completions sake.

jonasmerlin commented 2 years ago

@edazpotato Yeah, I thought about this while implementing it and decided to go with the minimal set for now. But I don't have strong feelings about this one way or the other, so we can add it. In the meantime, if you already want to set it, you can use extend.meta to do so

edazpotato commented 2 years ago

Thanks! I'll use extend.meta until this gets implemented

FlipFloop commented 1 year ago

Any updates on this?

jonasmerlin commented 1 year ago

@edazpotato @FlipFloop Added the rest of the Twitter tags in v0.7.0