blob: c06bd769838ad79ab70b28684b44e8a21304bc18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<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>
{{- /* TODO: Add "potentialAction" with search.
For more see: https://developers.google.com/structured-data/slsb-overview */ -}}
|