Skip to content

Instantly share code, notes, and snippets.

@tlongren
Created May 13, 2014 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save tlongren/e9e2316fa95b50cbed38 to your computer and use it in GitHub Desktop.
Save tlongren/e9e2316fa95b50cbed38 to your computer and use it in GitHub Desktop.
Open Graph Protocol Markup
<meta property="og:title" content="" /> <!-- post/page title -->
<meta property="og:type" content="" /> <!-- post/page type -->
<meta property="og:image" content="" /> <!-- post/page image -->
<meta property="og:url" content="" /> <!-- post/page url -->
<meta property="og:description" content="" /> <!-- post/page description -->
<meta property="og:site_name" content="" /> <!-- Site Name -->
@tlongren
Copy link
Author

The og:type property is usually going to have it's content value set to website.

You can find a list of all the possible object types here:
http://ogp.me/#types

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment