Skip to content

Instantly share code, notes, and snippets.

View peekpt's full-sized avatar
💭
life.

Paulo Bruckmann peekpt

💭
life.
View GitHub Profile
@peekpt
peekpt / OpenGraphHeader.htm
Created November 10, 2015 16:36 — forked from JeremyMorgan/OpenGraphHeader.htm
Template for Open Graph Tags. Adding these to your pages will help you display information better on Google+, Facebook and Twitter. Just replace the values with their own.
<meta itemprop="name" content="[ TITLE ]" />
<meta itemprop="image" content="[ LISTING IMAGE ]" />
<meta itemprop="description" content="[ ARTICLE DESCRIPTION ]" />
<meta name="description" content="[ ARTICLE DESCRIPTION ]" />
<meta name="author" content="[ AUTHOR FULL NAME ]" />
<meta property="article:author" content="[ GOOGLE+ AUTHOR URL ]" />
<meta property="article:published_time" content="[ PUBLISHED TIMESTAMP ]" />
<meta property="article:section" content="[ CATEGORY ]" />