seo
This commit is contained in:
parent
3f3ace96bc
commit
81ed275d6a
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue