mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-22 14:21:31 +00:00
15 lines
364 B
HTML
15 lines
364 B
HTML
|
<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>
|