Add JSON-LD info to each page
This commit is contained in:
+45
-1
@@ -8,7 +8,51 @@
|
||||
<link rel="canonical" href="https://protospace.ca/sewing-room/" />
|
||||
<title>Sewing Room – Protospace</title>
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
</head>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": [
|
||||
"LocalBusiness",
|
||||
"NonprofitOrganization"
|
||||
],
|
||||
"@id": "https://protospace.ca/#organization",
|
||||
"name": "Protospace",
|
||||
"description": "Protospace is a volunteer-run, non-profit makerspace in Calgary with shared woodworking, metalworking, sewing, electronics, laser cutting, and 3D printing facilities.",
|
||||
"url": "https://protospace.ca/",
|
||||
"logo": "https://protospace.ca/assets/logo.png",
|
||||
"image": "https://protospace.ca/assets/FrontProto-1024x455.jpg",
|
||||
"telephone": "+1-587-774-5672",
|
||||
"email": "info@protospace.ca",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "1530 27th Avenue NE, Bay 108",
|
||||
"addressLocality": "Calgary",
|
||||
"addressRegion": "AB",
|
||||
"postalCode": "T2E 7S6",
|
||||
"addressCountry": "CA"
|
||||
},
|
||||
"areaServed": "Calgary, Alberta, Canada",
|
||||
"priceRange": "$55/month",
|
||||
"sameAs": [
|
||||
"https://www.facebook.com/CalgaryProtospace/",
|
||||
"https://www.youtube.com/user/calgaryprotospace/playlists"
|
||||
],
|
||||
"openingHoursSpecification": {
|
||||
"@type": "OpeningHoursSpecification",
|
||||
"dayOfWeek": "https://schema.org/Tuesday",
|
||||
"opens": "19:00",
|
||||
"closes": "21:00",
|
||||
"description": "Public open house every Tuesday from 7:00 pm to 9:00 pm, including holidays. Visitors can drop in for a tour."
|
||||
},
|
||||
"contactPoint": {
|
||||
"@type": "ContactPoint",
|
||||
"telephone": "+1-587-774-5672",
|
||||
"email": "info@protospace.ca",
|
||||
"contactType": "customer service"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
|
||||
Reference in New Issue
Block a user