flex/templates/partial/jsonld.html

11 lines
233 B
HTML
Raw Normal View History

2015-07-20 06:52:02 +02:00
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " {{ SITENAME }} ",
"url" : "{{ SITEURL }}",
"image": "{{ SITELOGO }}",
"description": "{{ SITEDESCRIPTION }}"
}
</script>