Created
May 13, 2014 18:59
-
-
Save tlongren/e9e2316fa95b50cbed38 to your computer and use it in GitHub Desktop.
Open Graph Protocol Markup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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 --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
og:type
property is usually going to have it's content value set towebsite
.You can find a list of all the possible object types here:
http://ogp.me/#types