summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/layouts/partials/seo/structured/organization.html
blob: 117bccd157973f9c43dd0ccc245315ee1c197a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Organization",
  "name": "{{ .Site.Params.organizationName }}",
  "url": "{{ .Site.BaseURL }}"
  {{ with .Site.Params.socialProfiles }}, "sameAs": {{ . }}{{ end }}
  {{ with .Site.Params.organizationLogo }}, "logo": "{{ . }}"{{ end }}
  {{ with .Site.Params.organizationAddress }}, "address": "{{ . }}"{{ end }}
  {{ with .Site.Data.organization.contacts.contactPoint }}, "contactPoint": {{ . }}{{ end }}
}
</script>