summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/layouts/partials/seo/structured/website.html
blob: 107e7fb26c4535e21067a8e919b2696f70d58650 (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>