site_opytex/theme/templates/partial/jsonld.html

11 lines
233 B
HTML

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