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