americanexpress / react-seo

✨ Simple SEO tag manager for React
Apache License 2.0
47 stars 9 forks source link

SEO component expects 'summary_with_large_image' instead of 'summary_large_image #24

Closed jdaexp closed 4 years ago

jdaexp commented 4 years ago

According to twitter sample code, the meta tag created to support large image cards should look like the following: <meta name="twitter:card" content="summary_large_image">

However, react-seo is expecting the following: card: 'summary_with_large_image'

ghost commented 4 years ago

Thanks for the report.

I think the plan here is to add support summary_large_image and a deprecation warning for summary_with_large_image so that we don't break existing functionality.

oneamexbot commented 4 years ago

:tada: This issue has been resolved in version 2.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: