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,33 +33,35 @@
{% endblock %} {% endblock %}
<script type="application/ld+json"> <script type="application/ld+json">
{ "@context": "http://schema.org", {
"@type": "Organization", "@context": "http://schema.org",
"name": "Maidstone Hackspace", "@type": "Organization",
"legalName" : "Maidstone Hackspace", "name": "Maidstone Hackspace",
"url": "https://maidstone-hackspace.org.uk", "legalName" : "Maidstone Hackspace",
"logo": "https://maidstone-hackspace.org.uk/static/images/logo.svg", "url": "https://maidstone-hackspace.org.uk",
"foundingDate": "2015", "logo": "https://maidstone-hackspace.org.uk/static/images/logo.svg",
"address": { "foundingDate": "2015",
"@type": "PostalAddress", "address": {
"streetAddress": "Maidstone Hackspace, Maidstone Community Support Centre", "@type": "PostalAddress",
"addressLocality": "Maidstone", "streetAddress": "Maidstone Hackspace, Maidstone Community Support Centre",
"addressRegion": "FLKent", "addressLocality": "Maidstone",
"postalCode": "ME14 1HH", "addressRegion": "FLKent",
"addressCountry": "UK" "postalCode": "ME14 1HH",
}, "addressCountry": "UK"
"contactPoint": { },
"@type": "ContactPoint", "contactPoint": {
"contactType": "general contact", "@type": "ContactPoint",
"email": "contact@maidstone-hackspace.org.uk" "contactType": "customer service",
}, "email": "contact@maidstone-hackspace.org.uk",
"sameAs": [ "url": "https://maidstone-hackspace.org.uk/contact"
"https://twitter.com/mhackspace", },
"https://www.facebook.com/maidstonehackspace/", "sameAs": [
"https://plus.google.com/+Maidstone-hackspaceOrgUk", "https://twitter.com/mhackspace",
"https://groups.google.com/forum/#!forum/maidstone-hackspace", "https://www.facebook.com/maidstonehackspace/",
"https://github.com/maidstone-hackspace" "https://plus.google.com/+Maidstone-hackspaceOrgUk",
]} "https://groups.google.com/forum/#!forum/maidstone-hackspace",
"https://github.com/maidstone-hackspace"
]}
</script> </script>
</head> </head>