Add JSON-LD info to each page
This commit is contained in:
@@ -8,6 +8,50 @@
|
|||||||
<link rel="canonical" href="https://protospace.ca/3d-printers/" />
|
<link rel="canonical" href="https://protospace.ca/3d-printers/" />
|
||||||
<title>3D Printers – Protospace</title>
|
<title>3D Printers – Protospace</title>
|
||||||
<link rel="stylesheet" href="/styles.css" />
|
<link rel="stylesheet" href="/styles.css" />
|
||||||
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -8,6 +8,50 @@
|
|||||||
<link rel="canonical" href="https://protospace.ca/contact/" />
|
<link rel="canonical" href="https://protospace.ca/contact/" />
|
||||||
<title>Contact – Protospace</title>
|
<title>Contact – Protospace</title>
|
||||||
<link rel="stylesheet" href="/styles.css" />
|
<link rel="stylesheet" href="/styles.css" />
|
||||||
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -8,6 +8,50 @@
|
|||||||
<link rel="canonical" href="https://protospace.ca/electronics-lab/" />
|
<link rel="canonical" href="https://protospace.ca/electronics-lab/" />
|
||||||
<title>Electronics Lab – Protospace</title>
|
<title>Electronics Lab – Protospace</title>
|
||||||
<link rel="stylesheet" href="/styles.css" />
|
<link rel="stylesheet" href="/styles.css" />
|
||||||
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
+44
@@ -8,6 +8,50 @@
|
|||||||
<link rel="canonical" href="https://protospace.ca/" />
|
<link rel="canonical" href="https://protospace.ca/" />
|
||||||
<title>We make space so you can make things – Protospace</title>
|
<title>We make space so you can make things – Protospace</title>
|
||||||
<link rel="stylesheet" href="/styles.css" />
|
<link rel="stylesheet" href="/styles.css" />
|
||||||
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -8,6 +8,50 @@
|
|||||||
<link rel="canonical" href="https://protospace.ca/join-us/" />
|
<link rel="canonical" href="https://protospace.ca/join-us/" />
|
||||||
<title>Membership – Protospace</title>
|
<title>Membership – Protospace</title>
|
||||||
<link rel="stylesheet" href="/styles.css" />
|
<link rel="stylesheet" href="/styles.css" />
|
||||||
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -8,6 +8,50 @@
|
|||||||
<link rel="canonical" href="https://protospace.ca/laser-cutters/" />
|
<link rel="canonical" href="https://protospace.ca/laser-cutters/" />
|
||||||
<title>Laser Cutters – Protospace</title>
|
<title>Laser Cutters – Protospace</title>
|
||||||
<link rel="stylesheet" href="/styles.css" />
|
<link rel="stylesheet" href="/styles.css" />
|
||||||
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -8,6 +8,50 @@
|
|||||||
<link rel="canonical" href="https://protospace.ca/metal-shop/" />
|
<link rel="canonical" href="https://protospace.ca/metal-shop/" />
|
||||||
<title>Metal Shop – Protospace</title>
|
<title>Metal Shop – Protospace</title>
|
||||||
<link rel="stylesheet" href="/styles.css" />
|
<link rel="stylesheet" href="/styles.css" />
|
||||||
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -8,6 +8,50 @@
|
|||||||
<link rel="canonical" href="https://protospace.ca/sewing-room/" />
|
<link rel="canonical" href="https://protospace.ca/sewing-room/" />
|
||||||
<title>Sewing Room – Protospace</title>
|
<title>Sewing Room – Protospace</title>
|
||||||
<link rel="stylesheet" href="/styles.css" />
|
<link rel="stylesheet" href="/styles.css" />
|
||||||
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -8,6 +8,50 @@
|
|||||||
<link rel="canonical" href="https://protospace.ca/the-space/" />
|
<link rel="canonical" href="https://protospace.ca/the-space/" />
|
||||||
<title>About – Protospace</title>
|
<title>About – Protospace</title>
|
||||||
<link rel="stylesheet" href="/styles.css" />
|
<link rel="stylesheet" href="/styles.css" />
|
||||||
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -8,6 +8,50 @@
|
|||||||
<link rel="canonical" href="https://protospace.ca/wood-shop/" />
|
<link rel="canonical" href="https://protospace.ca/wood-shop/" />
|
||||||
<title>Wood Shop – Protospace</title>
|
<title>Wood Shop – Protospace</title>
|
||||||
<link rel="stylesheet" href="/styles.css" />
|
<link rel="stylesheet" href="/styles.css" />
|
||||||
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user