Skip to content

Instantly share code, notes, and snippets.

@thomasplevy
Last active December 19, 2015 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasplevy/5879274 to your computer and use it in GitHub Desktop.
Save thomasplevy/5879274 to your computer and use it in GitHub Desktop.
META TAGS (with Social Stuff)
<!-- HTML5 -->
<meta name="description" content="{{DESCRIPTION}}">
<meta name="author" content="{{AUTHOR}}">
<!-- FACEBOOK -->
<meta property="og:image" content="{{IMG URL}}">
<meta property="og:title" content="{{PAGE TITLE}}">
<meta property="og:url" content="{{CANONICAL URL}}">
<meta property="og:site_name" content="{{SITE NAME}}">
<meta property="og:type" content="{{WEBSITE TYPE}}"> <!-- SEE: https://developers.facebook.com/docs/opengraph/#types -->
<!-- TWITTER -->
<meta name="twitter:card" content="{{summary/photo/video}}">
<meta name="twitter:url" content="{{CANONICAL URL}}">
<meta name="twitter:title" content="{{PAGE TITLE}}">
<meta name="twitter:description" content="{{PAGE DESCRIPTON}}">
<meta name="twitter:image" content="{{IMG URL}}">
<meta name="twitter:site" content="{{@site}}">
<meta name="twitter:creator" content="{{@author}}">
<!-- SEE: https://dev.twitter.com/cards -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment