Skip to content

Instantly share code, notes, and snippets.

@Dromediansk
Last active November 30, 2019 09:05
Show Gist options
  • Select an option

  • Save Dromediansk/cb1866b4c8ea7eb0ec9d5b904bcf3286 to your computer and use it in GitHub Desktop.

Select an option

Save Dromediansk/cb1866b4c8ea7eb0ec9d5b904bcf3286 to your computer and use it in GitHub Desktop.
OG meta tags example
<html>
<head>
<title>The Rock (1996)</title>
<meta property="og:title" content="The Rock" />
<meta property="og:type" content="video.movie" />
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/" />
<meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" />
<meta propery="og:image:secure_url" content="https://ia.media-imdb.com/images/rock.jpg" />
...
</head>
...
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment