9 lines
279 B
HTML
9 lines
279 B
HTML
<script type="application/ld+json" id="schema-data">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "WebSite",
|
|
"name": {{ partial "title.html" . }},
|
|
"url": {{ site.BaseURL }},
|
|
"keywords": {{ partial "keywords.html" . }},
|
|
}
|
|
</script>
|