Updated Schema to include url for contact
This commit is contained in:
parent
423adfb7b6
commit
12e308e927
|
@ -33,7 +33,8 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{ "@context": "http://schema.org",
|
{
|
||||||
|
"@context": "http://schema.org",
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"name": "Maidstone Hackspace",
|
"name": "Maidstone Hackspace",
|
||||||
"legalName" : "Maidstone Hackspace",
|
"legalName" : "Maidstone Hackspace",
|
||||||
|
@ -50,8 +51,9 @@
|
||||||
},
|
},
|
||||||
"contactPoint": {
|
"contactPoint": {
|
||||||
"@type": "ContactPoint",
|
"@type": "ContactPoint",
|
||||||
"contactType": "general contact",
|
"contactType": "customer service",
|
||||||
"email": "contact@maidstone-hackspace.org.uk"
|
"email": "contact@maidstone-hackspace.org.uk",
|
||||||
|
"url": "https://maidstone-hackspace.org.uk/contact"
|
||||||
},
|
},
|
||||||
"sameAs": [
|
"sameAs": [
|
||||||
"https://twitter.com/mhackspace",
|
"https://twitter.com/mhackspace",
|
||||||
|
|
Loading…
Reference in New Issue