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
Noticed that we don't have twitter meta tags set up on the site for the group's twitter account @desmoinesjs or open graph tags either.
Here is an example implementation:
<meta name="twitter:site" content="@desmoinesjs "> <meta name="twitter:creator" content="@desmoinesjs "> <meta name="twitter:image" content="https://dsmjs.com/img/dsmjs-logo.png"> <meta property="og:type" content="website" /> <meta property="og:url" content="https://dsmjs.com/"> <meta property="og:image" content="https://dsmjs.com/img/dsmjs-logo.png" /> <meta property="og:image:type" content="image/png" /> <meta property="og:image:alt" content="Des Moines JavaScript Logo" />
Ref: Twitter - https://dev.twitter.com/cards/markup Open Graph - https://developers.facebook.com/docs/sharing/webmasters/ or http://ogp.me/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Noticed that we don't have twitter meta tags set up on the site for the group's twitter account @desmoinesjs or open graph tags either.
Here is an example implementation:
Ref:
Twitter - https://dev.twitter.com/cards/markup
Open Graph - https://developers.facebook.com/docs/sharing/webmasters/ or http://ogp.me/
The text was updated successfully, but these errors were encountered: