blob: a84d110a1602dc5dcd2a7b59069103787dd0f29a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": {{ partial "title.html" . }},
"url": {{ site.BaseURL }},
"keywords": {{ partial "keywords.html" . }}
}
</script>
{{- /* TODO: Add "potentialAction" with search.
For more see: https://developers.google.com/structured-data/slsb-overview */ -}}
|