Welcome to mirror list, hosted at ThFree Co, Russian Federation.

website.html « structured « seo « partials « layouts - github.com/pjbakker/flexible-seo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f3b4ff50e1287cea11bbc824d00805e0f30e3af (plain)
1
2
3
4
5
6
7
8
9
<script type="application/ld+json">
{
    "@context": "http://schema.org",
    "@type": "WebSite",
    "name": "{{ .Site.Title }}",
    {{- with .Site.Params.alternatePageName }}"alternateName": "{{ . }}",{{- end }}
    "url": "{{ .Site.BaseURL }}"
}
</script>