Modelo para cabeçalhos de gráfico aberto

Este é um modelo para a construção de tags de gráfico aberto para suas páginas da web, para que você possa exibir melhor as informações no Google+, Twitter e Facebook.

Sim, alguns estão obsoletos, mas necessários para uso estável no Facebook.



<meta itemprop = "name" content = "[TITLE]" />


<meta itemprop = "image" content = "[LISTING IMAGE]" />


<meta itemprop = "descrição" content = "[DESCRIÇÃO DO ARTIGO]" />


<meta name = "descrição" content = "[DESCRIÇÃO DO ARTIGO]" />

<meta name = "autor" content = "[NOME COMPLETO DO AUTOR]" />



<meta property = "article: author" content = "[GOOGLE + AUTHOR URL]" />

<meta property = "article: publicado_time" content = "[PUBLISHED TIMESTAMP]" />


<meta property = "article: section" content = "[CATEGORIA]" />



<meta property = "og: title" content = "[TITLE]" />

<meta property = "og: type" content = "article" />


<meta property = "og: description" content = "[DESCRIÇÃO DO ARTIGO] "/>


<meta property =" og: image "content =" [LISTING IMAGE] "/>


<meta property =" og: url "content =" [CANONICAL URL OF ITEM] "/>


<meta property =" og: site_name "content =" [NOME DO SITE] "/>



<meta name = "twitter: card" content = "summary">

<meta name = "twitter: title" content = "[TITLE]">


<meta name = "twitter: description" content = "[DESCRIÇÃO DO ARTIGO]">


<meta name = "twitter: image" content = "[LISTING IMAGE]">


<meta name = "twitter: url" content = "[URL CANÔNICO DO ITEM]">


</pre>



Faça um fork no Github:



https://gist.github.com/JeremyMorgan/5645469