Skip to content

Instantly share code, notes, and snippets.

@mackankowski
Last active October 5, 2021 09:12
Show Gist options
  • Save mackankowski/ad4d3e82b97e030cdaa5590a90d1d499 to your computer and use it in GitHub Desktop.
Save mackankowski/ad4d3e82b97e030cdaa5590a90d1d499 to your computer and use it in GitHub Desktop.
Open Graph tags
<!-- paste it inside <head/> tag in the index.html file -->
<meta property="og:title" content="Your company slogan" />
<meta property="og:description" content="Your company – and why it's the best!"/>
<!--
- only absolute paths are supported for Twitter - starting with https:// or http://
- read more: https://stackoverflow.com/questions/9858577/open-graph-can-resolve-relative-url
- recommended image size: 1200 × 627px
-->
<meta property="og:image" content="https://your-company.com/og-image.jpg"/>
<meta name="twitter:card" content="summary_large_image" />
<!--
validators:
https://developers.facebook.com/tools/debug/
https://cards-dev.twitter.com/validator
https://www.linkedin.com/post-inspector/
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment