hugo-academic-mirror/wowchemy/layouts/partials/jsonld/website.html

15 lines
364 B
HTML
Raw Normal View History

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
{{- if site.Params.search.engine }}
"potentialAction": {
"@type": "SearchAction",
"target": {{ printf "%s?q={search_term_string}" site.BaseURL }},
"query-input": "required name=search_term_string"
},
{{end -}}
"url": {{site.BaseURL}}
}
</script>