Skip to content

Instantly share code, notes, and snippets.

@dgibson666
Last active August 29, 2015 14:08
Show Gist options
  • Save dgibson666/54ef8d9fa5c2ea240956 to your computer and use it in GitHub Desktop.
Save dgibson666/54ef8d9fa5c2ea240956 to your computer and use it in GitHub Desktop.
Meta Tags, Including Open Graph and Twitter Card
<!---
Combined Open Graph and Twitter Card Meta Tags
See: https://dev.twitter.com/cards/getting-started
--->
<html prefix="og: http://ogp.me/ns#">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="English" />
<title>Title of content</title>
<meta name="Title" content="Title of content" />
<meta name="Description" content="Description of content" />
<meta name="Keywords" content="underground metal, heavy metal, metal music, metal , bands" />
<meta name="Author" content="author name" />
<meta name="Contact" content="email(AT)site.tld" />
<meta name="Copyright" content="Copyright (c) daterange, name/company. All rights reserved." />
<meta name="medium" content="news|blog|audio|video|multimedia|image" />
<link rel="canonical" href="http://site.tld/content" />
<link rel="image_src" href="http://site.tld/images/siteiconorthumbnail.jpg" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="EXPIRES" content="Wed, 05 Nov 2014 02:55:49 E49P'" />
<meta http-equiv="Window-target" content="_top" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="robots" content="index,follow" />
<!--- Open graph and other social media --->
<meta name="twitter:card" content="summary|summary_large_image|photo|gallery|product|app|player" />
<meta name="twitter:site" content="@sitetwitterhandle" />
<meta name="twitter:creator" content="@personaltwitterhandle" />
<meta property="og:site_name" content="Site Name" />
<meta property="og:url" content="http://site.tld/article/" />
<meta property="og:title" content="Title of content (max 70 characters)" />
<meta property="og:type" content="article|website" />
<meta property="og:description" content="Description of content (maximum 200 characters for twitter cards)" />
<meta property="og:image" content="http://site.tld/images/lessthan1MB.jpg" />
<meta property="fb:admins" content="numericfbappid" />
<link rel="publisher" href="https://plus.google.com/gpid/" />
<meta name="no-email-collection" content="http://www.unspam.com/noemailcollection" />
<meta name="MSSmartTagsPreventParsing" content="true" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment