OC: SEO/GEO scaffolding — JSON-LD (ProfessionalService + NAP), OG/Twitter, canonical, robots.txt, sitemap.xml, SVG favicon

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Michael Victory
2026-06-17 06:25:44 -07:00
parent 049e9aec11
commit 651d429645
4 changed files with 45 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="6" fill="#0f1729"/>
<circle cx="16" cy="16" r="8.5" fill="none" stroke="#f5f2ec" stroke-width="4"/>
</svg>

After

Width:  |  Height:  |  Size: 205 B

+29
View File
@@ -10,6 +10,35 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Lora:ital,wght@0,400;0,500;1,400&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap">
<link rel="stylesheet" href="style.css">
<meta name="robots" content="index,follow">
<link rel="canonical" href="https://www.opencommunications.consulting/">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Open Communications">
<meta property="og:title" content="Open Communications — the human side of change">
<meta property="og:description" content="The human side of change for Canadian manufacturers. We help your people trust the change, share what they know, and lead through it — so the work actually sticks.">
<meta property="og:url" content="https://www.opencommunications.consulting/">
<meta property="og:locale" content="en_CA">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Open Communications — the human side of change">
<meta name="twitter:description" content="The human side of change for Canadian manufacturers. The people side of ShopWisdom.">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "Open Communications",
"url": "https://www.opencommunications.consulting/",
"logo": "https://www.opencommunications.consulting/assets/brand/oc-logo.svg",
"description": "Change management and leadership coaching for Canadian manufacturers — the human side of organizational change. The people side of ShopWisdom.",
"areaServed": { "@type": "Country", "name": "Canada" },
"founder": { "@type": "Person", "name": "Michael Victory" },
"telephone": "+1-778-985-6736",
"email": "michael@opencommunications.consulting",
"address": { "@type": "PostalAddress", "addressRegion": "British Columbia", "addressCountry": "CA" },
"sameAs": ["https://shopwisdom.ca"],
"knowsAbout": ["change management", "leadership coaching", "organizational change", "manufacturing succession", "knowledge transfer"]
}
</script>
</head>
<body>
+4
View File
@@ -0,0 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://www.opencommunications.consulting/sitemap.xml
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.opencommunications.consulting/</loc>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>