We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar issue in bie-plugin (issue 120).
bie-plugin
See this article for background: https://www.freecodecamp.org/news/how-to-avoid-the-shaming-look-your-site-has-on-twitter-and-facebook-f2e8f4be568d/.
In short, add these meta tags to data resources, collection, institution and data provider pages:
<meta property="og:image" content="http://example.com/logo.jpg"> <meta property="og:image:type" content="image/png"> <meta property="og:image:width" content="1024"> <meta property="og:image:height" content="1024">
plus og:url, og:type, og:title, og:description for FB.
og:url
og:type
og:title
og:description
For Twitter: twitter:card,twitter:image,twitter:image:alt, twitter:description (note slightly different meta tag syntax)
twitter:card
twitter:image
twitter:image:alt
twitter:description
meta
The text was updated successfully, but these errors were encountered:
Doesn't need to be done before migration to the new infrastructure. Add as a requirement in the new system.
Sorry, something went wrong.
No branches or pull requests
Similar issue in
bie-plugin
(issue 120).See this article for background: https://www.freecodecamp.org/news/how-to-avoid-the-shaming-look-your-site-has-on-twitter-and-facebook-f2e8f4be568d/.
In short, add these meta tags to data resources, collection, institution and data provider pages:
plus
og:url
,og:type
,og:title
,og:description
for FB.For Twitter:
twitter:card
,twitter:image
,twitter:image:alt
,twitter:description
(note slightly differentmeta
tag syntax)The text was updated successfully, but these errors were encountered: