seo
This commit is contained in:
parent
3f3ace96bc
commit
81ed275d6a
|
@ -200,10 +200,10 @@
|
||||||
"description": "{{ site.description | strip_html }}",
|
"description": "{{ site.description | strip_html }}",
|
||||||
"address": {
|
"address": {
|
||||||
"@type": "PostalAddress",
|
"@type": "PostalAddress",
|
||||||
"addressLocality": "Geneva",
|
"addressLocality": "{{ site.geo.town }}",
|
||||||
"addressRegion": "Geneva",
|
"addressRegion": "{{ site.geo.region }}",
|
||||||
"postalCode": "1201",
|
"postalCode": "{{ site.geo.postalcode }}",
|
||||||
"addressCountry": "Switzerland"
|
"addressCountry": "{{ site.geo.country }}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue