Updated Schema to include url for contact

This commit is contained in:
Sam Collins 2017-03-15 18:33:37 +00:00
parent 423adfb7b6
commit 12e308e927
No known key found for this signature in database
GPG Key ID: 233C5943C800FE30
1 changed files with 29 additions and 27 deletions

View File

@ -33,7 +33,8 @@
{% endblock %}
<script type="application/ld+json">
{ "@context": "http://schema.org",
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Maidstone Hackspace",
"legalName" : "Maidstone Hackspace",
@ -50,8 +51,9 @@
},
"contactPoint": {
"@type": "ContactPoint",
"contactType": "general contact",
"email": "contact@maidstone-hackspace.org.uk"
"contactType": "customer service",
"email": "contact@maidstone-hackspace.org.uk",
"url": "https://maidstone-hackspace.org.uk/contact"
},
"sameAs": [
"https://twitter.com/mhackspace",