site_opytex/theme/templates/partial/jsonld.html

11 lines
233 B
HTML
Raw Normal View History

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