diff --git a/themes/neff/layouts/partials/schema/localbusiness.jsonld b/themes/neff/layouts/partials/schema/localbusiness.jsonld index 673f604..05ec4c0 100755 --- a/themes/neff/layouts/partials/schema/localbusiness.jsonld +++ b/themes/neff/layouts/partials/schema/localbusiness.jsonld @@ -10,12 +10,14 @@ "faxNumber": {{ . | jsonify }} {{- end -}}, "address": {{ partial "schema/address.jsonld" (dict "address" .contact.address "ctx" .ctx)}}, - "logo": {{ partial "schema/image.jsonld" (dict "url" "/img/logo.svg" "ctx" .ctx) }} + "logo": {{ partial "schema/image.jsonld" (dict "url" "/img/logo.png" "ctx" .ctx) }}, + "image": {{ partial "schema/image.jsonld" (dict "url" "/img/logo.png" "ctx" .ctx) }}, "openingHours": {{ jsonify .contact.openingHours }}, + "priceRange": "$$$", "geo": { "@type": "GeoCoordinates", - "latitude" {{ .contact.geo.lat }}, - "longitude" {{ .contact.geo.lon }} + "latitude": {{ .contact.geo.lat }}, + "longitude": {{ .contact.geo.lon }} } {{ with .contact.social }} {{- $social := slice -}} @@ -28,7 +30,7 @@ {{- with .twitter }} {{- $social = $social | append . }} {{- end }} - ,"sameAs: {{ jsonify $social }} + ,"sameAs": {{ jsonify $social }} {{- end }} {{- end }} }