OG and Rich Snippets.

This commit is contained in:
Alexandre Vicenzi 2015-07-20 01:52:02 -03:00
parent c2d323d09f
commit c6255cf531
6 changed files with 85 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " {{ SITENAME }} ",
"url" : "{{ SITEURL }}",
"image": "{{ SITELOGO }}",
"description": "{{ SITEDESCRIPTION }}"
}
</script>