6
0
Fork 0

Organisatie uitgebreid met contactpunten

This commit is contained in:
Michael Boelen 2023-06-23 13:56:12 +02:00
parent bcf5c7ce1b
commit f7800248f1

View file

@ -23,6 +23,32 @@
},
{{- end -}}
"sameAs": {{ .Site.Params.organization_sameas }},
"telephone":"{{ .Site.Params.phone }}"
"telephone":"{{ .Site.Params.phone }}",
"contactPoint" : [
{
"@type" : "ContactPoint",
"contactType" : "Bestuur",
"email" : "bestuur@nluug.nl",
"availableLanguage": ["en", "nl"]
},
{
"@type" : "ContactPoint",
"contactType" : "Buro",
"email" : "buro@nluug.nl",
"availableLanguage": ["en", "nl"]
},
{
"@type" : "ContactPoint",
"contactType" : "Programmacommissie",
"email" : "pc@nluug.nl",
"availableLanguage": ["en", "nl"]
},
{
"@type" : "ContactPoint",
"contactType" : "Webmasters",
"email" : "website@nluug.nl",
"availableLanguage": ["en", "nl"]
}
]
}
</script>