Updated Schema to include url for contact
This commit is contained in:
parent
423adfb7b6
commit
12e308e927
|
@ -33,33 +33,35 @@
|
|||
{% endblock %}
|
||||
|
||||
<script type="application/ld+json">
|
||||
{ "@context": "http://schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "Maidstone Hackspace",
|
||||
"legalName" : "Maidstone Hackspace",
|
||||
"url": "https://maidstone-hackspace.org.uk",
|
||||
"logo": "https://maidstone-hackspace.org.uk/static/images/logo.svg",
|
||||
"foundingDate": "2015",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "Maidstone Hackspace, Maidstone Community Support Centre",
|
||||
"addressLocality": "Maidstone",
|
||||
"addressRegion": "FLKent",
|
||||
"postalCode": "ME14 1HH",
|
||||
"addressCountry": "UK"
|
||||
},
|
||||
"contactPoint": {
|
||||
"@type": "ContactPoint",
|
||||
"contactType": "general contact",
|
||||
"email": "contact@maidstone-hackspace.org.uk"
|
||||
},
|
||||
"sameAs": [
|
||||
"https://twitter.com/mhackspace",
|
||||
"https://www.facebook.com/maidstonehackspace/",
|
||||
"https://plus.google.com/+Maidstone-hackspaceOrgUk",
|
||||
"https://groups.google.com/forum/#!forum/maidstone-hackspace",
|
||||
"https://github.com/maidstone-hackspace"
|
||||
]}
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "Maidstone Hackspace",
|
||||
"legalName" : "Maidstone Hackspace",
|
||||
"url": "https://maidstone-hackspace.org.uk",
|
||||
"logo": "https://maidstone-hackspace.org.uk/static/images/logo.svg",
|
||||
"foundingDate": "2015",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "Maidstone Hackspace, Maidstone Community Support Centre",
|
||||
"addressLocality": "Maidstone",
|
||||
"addressRegion": "FLKent",
|
||||
"postalCode": "ME14 1HH",
|
||||
"addressCountry": "UK"
|
||||
},
|
||||
"contactPoint": {
|
||||
"@type": "ContactPoint",
|
||||
"contactType": "customer service",
|
||||
"email": "contact@maidstone-hackspace.org.uk",
|
||||
"url": "https://maidstone-hackspace.org.uk/contact"
|
||||
},
|
||||
"sameAs": [
|
||||
"https://twitter.com/mhackspace",
|
||||
"https://www.facebook.com/maidstonehackspace/",
|
||||
"https://plus.google.com/+Maidstone-hackspaceOrgUk",
|
||||
"https://groups.google.com/forum/#!forum/maidstone-hackspace",
|
||||
"https://github.com/maidstone-hackspace"
|
||||
]}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in New Issue