|
@@ -7,14 +7,14 @@
|
|
|
"name": {{site.Params.marketing.seo.org_name | default site.Title}},
|
|
|
"logo": {{ partial "functions/get_logo_url" . }},
|
|
|
{{with $sharing_image}}"image": {{.Permalink}},{{end}}
|
|
|
- {{ if (eq site.Params.marketing.seo.site_type "LocalBusiness") | and site.Params.coordinates }}
|
|
|
+ {{ if (eq site.Params.marketing.seo.site_type "LocalBusiness") | and site.Params.marketing.seo.coordinates }}
|
|
|
"geo": {
|
|
|
"@type": "GeoCoordinates",
|
|
|
- "latitude": {{site.Params.coordinates.latitude}},
|
|
|
- "longitude": {{site.Params.coordinates.longitude}}
|
|
|
+ "latitude": {{site.Params.marketing.seo.coordinates.latitude}},
|
|
|
+ "longitude": {{site.Params.marketing.seo.coordinates.longitude}}
|
|
|
},
|
|
|
{{end}}
|
|
|
- {{ with site.Params.address }}
|
|
|
+ {{ with site.Params.marketing.seo.address }}
|
|
|
"address": {
|
|
|
"@type": "PostalAddress",
|
|
|
"streetAddress": {{ .street | default "" }},
|
|
@@ -24,7 +24,7 @@
|
|
|
"addressCountry": {{ .country_code | default .country | default "" }}
|
|
|
},
|
|
|
{{end}}
|
|
|
- {{ with site.Params.phone }}"telephone": {{.}},{{end}}
|
|
|
+ {{ with site.Params.marketing.seo.phone }}"telephone": {{.}},{{end}}
|
|
|
"url": {{site.BaseURL}}
|
|
|
}
|
|
|
</script>
|