Skip to content

Instantly share code, notes, and snippets.

@jameschambers
Created July 16, 2013 09:57
Show Gist options
  • Save jameschambers/6007390 to your computer and use it in GitHub Desktop.
Save jameschambers/6007390 to your computer and use it in GitHub Desktop.
Meta data template for HTML header
<!-- Meta tags -->
<title></title>
<!-- Google -->
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<meta name="copyright" content="" />
<meta name="application-name" content="" />
<!-- Facebook -->
<meta property="og:title" content="" />
<meta property="og:type" content="article" />
<meta property="og:image" content="" />
<meta property="og:url" content="" />
<meta property="og:description" content="" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="" />
<meta name="twitter:description" content="" />
<meta name="twitter:image" content="" />
<!-- .Meta tags -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment