OG and Rich Snippets.
This commit is contained in:
parent
c2d323d09f
commit
c6255cf531
6 changed files with 85 additions and 0 deletions
10
templates/partial/jsonld.html
Normal file
10
templates/partial/jsonld.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue