SW SEO/GEO: rich JSON-LD @graph (Org + ProfessionalService w/ service catalog + Person + WebSite + WebPage) on homepage; Service+Breadcrumb+WebPage schema on Continuity Audit page; sitemap lastmod; add llms.txt.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Michael Victory
2026-06-25 00:20:27 -07:00
parent c3bdca0162
commit df871332b4
4 changed files with 123 additions and 12 deletions
+34
View File
@@ -23,7 +23,41 @@
<meta property="og:image:height" content="630"> <meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Shop Wisdom — your best people are retiring. Their know-how doesn't have to."> <meta property="og:image:alt" content="Shop Wisdom — your best people are retiring. Their know-how doesn't have to.">
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="The Continuity Audit | Shop Wisdom">
<meta name="twitter:description" content="A fixed-fee diagnostic of where your shop is exposed when a key person leaves — with a plain-English risk report and roadmap you keep.">
<meta name="twitter:image" content="https://shopwisdom.ca/og-card.png"> <meta name="twitter:image" content="https://shopwisdom.ca/og-card.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Service",
"@id": "https://shopwisdom.ca/continuity-audit.html#service",
"name": "The Continuity Audit",
"serviceType": "Business continuity risk assessment for manufacturers",
"url": "https://shopwisdom.ca/continuity-audit.html",
"description": "A fixed-fee diagnostic for Canadian manufacturers — a few focused hours with your team to find exactly where the business is exposed when a key person leaves: who holds the critical know-how, what it would cost you if they left, and what it's doing to the value of the business — delivered as a plain-English risk report and roadmap you keep.",
"provider": { "@type": "Organization", "name": "Shop Wisdom", "url": "https://shopwisdom.ca/" },
"areaServed": { "@type": "Country", "name": "Canada" }
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Shop Wisdom", "item": "https://shopwisdom.ca/" },
{ "@type": "ListItem", "position": 2, "name": "The Continuity Audit", "item": "https://shopwisdom.ca/continuity-audit.html" }
]
},
{
"@type": "WebPage",
"url": "https://shopwisdom.ca/continuity-audit.html",
"name": "The Continuity Audit | Shop Wisdom",
"inLanguage": "en-CA",
"about": { "@type": "Organization", "name": "Shop Wisdom", "url": "https://shopwisdom.ca/" },
"primaryImageOfPage": "https://shopwisdom.ca/og-card.png"
}
]
}
</script>
<script>document.documentElement.className += ' has-motion';</script> <script>document.documentElement.className += ' has-motion';</script>
</head> </head>
<body> <body>
+64 -7
View File
@@ -30,18 +30,75 @@
<script type="application/ld+json"> <script type="application/ld+json">
{ {
"@context": "https://schema.org", "@context": "https://schema.org",
"@type": "ProfessionalService", "@graph": [
{
"@type": "Organization",
"@id": "https://shopwisdom.ca/#organization",
"name": "Shop Wisdom", "name": "Shop Wisdom",
"alternateName": "ShopWisdom",
"url": "https://shopwisdom.ca/", "url": "https://shopwisdom.ca/",
"logo": "https://shopwisdom.ca/favicon.svg", "logo": { "@type": "ImageObject", "url": "https://shopwisdom.ca/og-card.png", "width": 1200, "height": 630 },
"description": "Knowledge continuity for Canadian manufacturers — capturing veteran know-how and turning it into systems the whole shop can run on, before it walks out the door.", "image": "https://shopwisdom.ca/og-card.png",
"slogan": "Keep what your best people know.",
"description": "Knowledge continuity for Canadian manufacturers: Shop Wisdom captures the know-how that lives in a retiring veteran's head and builds it into systems the whole shop can run on — before it walks out the door.",
"email": "michael@opencommunications.consulting",
"telephone": "+1-778-985-6736",
"areaServed": { "@type": "Country", "name": "Canada" }, "areaServed": { "@type": "Country", "name": "Canada" },
"founder": { "@type": "Person", "name": "Michael Victory" }, "address": { "@type": "PostalAddress", "addressRegion": "British Columbia", "addressCountry": "CA" },
"founder": { "@id": "https://shopwisdom.ca/#michael" },
"parentOrganization": { "@type": "Organization", "name": "Open Communications", "url": "https://www.opencommunications.consulting/" },
"sameAs": ["https://www.opencommunications.consulting/"],
"knowsAbout": ["knowledge capture", "succession planning", "business continuity", "standard operating procedures", "manufacturing operations", "dealer and distributor pricing", "AI tools for small business", "Canadian data sovereignty"]
},
{
"@type": "ProfessionalService",
"@id": "https://shopwisdom.ca/#service",
"name": "Shop Wisdom — knowledge continuity for manufacturers",
"url": "https://shopwisdom.ca/",
"image": "https://shopwisdom.ca/og-card.png",
"serviceType": "Knowledge continuity and succession planning for manufacturers",
"provider": { "@id": "https://shopwisdom.ca/#organization" },
"areaServed": { "@type": "Country", "name": "Canada" },
"audience": { "@type": "BusinessAudience", "audienceType": "Canadian building-materials manufacturers with a retiring key person" },
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Continuity services",
"itemListElement": [
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "The Continuity Audit", "url": "https://shopwisdom.ca/continuity-audit.html", "description": "A fixed-fee diagnostic — a few focused hours with your team to find where the business is exposed (who holds what, what it costs you if they leave, the effect on the value of the business), delivered as a plain-English risk report and roadmap." } },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Knowledge Capture & Systems", "description": "Sit with your best people, draw out the judgment in their heads, and build it into documented, trained systems the whole crew can run — without first cleaning up decades of spreadsheets." } },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "System Care — Continuity Partner", "description": "A recurring retainer: tools hosted on a Canadian sovereign server with regular check-ups (quarterly, monthly, or weekly), new tech folded in, and the next key person captured before they leave. You own everything." } }
]
}
},
{
"@type": "Person",
"@id": "https://shopwisdom.ca/#michael",
"name": "Michael Victory",
"jobTitle": "Founder",
"worksFor": { "@id": "https://shopwisdom.ca/#organization" },
"telephone": "+1-778-985-6736", "telephone": "+1-778-985-6736",
"email": "michael@opencommunications.consulting", "email": "michael@opencommunications.consulting",
"address": { "@type": "PostalAddress", "addressRegion": "British Columbia", "addressCountry": "CA" }, "sameAs": ["https://www.opencommunications.consulting/"]
"sameAs": ["https://www.opencommunications.consulting/"], },
"knowsAbout": ["knowledge capture", "succession planning", "business continuity", "standard operating procedures", "manufacturing", "AI tools for business"] {
"@type": "WebSite",
"@id": "https://shopwisdom.ca/#website",
"url": "https://shopwisdom.ca/",
"name": "Shop Wisdom",
"inLanguage": "en-CA",
"publisher": { "@id": "https://shopwisdom.ca/#organization" }
},
{
"@type": "WebPage",
"@id": "https://shopwisdom.ca/#webpage",
"url": "https://shopwisdom.ca/",
"name": "Shop Wisdom | Keep What Your Best People Know — for Canadian Manufacturers",
"isPartOf": { "@id": "https://shopwisdom.ca/#website" },
"about": { "@id": "https://shopwisdom.ca/#organization" },
"primaryImageOfPage": "https://shopwisdom.ca/og-card.png",
"inLanguage": "en-CA"
}
]
} }
</script> </script>
<script>document.documentElement.className += ' has-motion';</script> <script>document.documentElement.className += ' has-motion';</script>
+18
View File
@@ -0,0 +1,18 @@
# Shop Wisdom
> Shop Wisdom helps Canadian manufacturers keep the know-how that lives in a retiring veteran's head. We find where the business is exposed when a key person leaves, capture what your best people know, and build it into systems the whole shop can run on — hosted on Canadian soil and owned by you. Shop Wisdom is the systems side of Open Communications.
## What we do
- [The Continuity Audit](https://shopwisdom.ca/continuity-audit.html): a fixed-fee diagnostic of where the business is exposed when a key person leaves — who holds what, what it costs you if they go, and the effect on the value of the business — delivered as a plain-English risk report and roadmap.
- Knowledge Capture & Systems: sit with your best people, draw out the judgment in their heads, and build it into documented, trained systems the whole crew can run. No need to clean up decades of spreadsheets first.
- System Care (Continuity Partner): a recurring retainer that keeps your tools running on a Canadian sovereign server, captures the next key person before they leave, and folds in new tech worth using.
## Who it's for
Canadian building-materials and manufacturing businesses — often selling through dealer or distributor networks — where revenue rides on one or two senior people who are near retirement, with no successor lined up.
## Key facts
- Founder and lead practitioner: Michael Victory. The person you talk to is the person doing the work.
- Based in British Columbia, Canada; serves clients Canada-wide.
- Everything built for you, you own — hosted in Canada (data sovereignty), no lock-in, cancel anytime.
- The human / change-management side is the sister practice, [Open Communications](https://www.opencommunications.consulting/).
- Contact: michael@opencommunications.consulting · 778-985-OPEN (6736)
+2
View File
@@ -2,11 +2,13 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>https://shopwisdom.ca/</loc> <loc>https://shopwisdom.ca/</loc>
<lastmod>2026-06-25</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url> <url>
<loc>https://shopwisdom.ca/continuity-audit.html</loc> <loc>https://shopwisdom.ca/continuity-audit.html</loc>
<lastmod>2026-06-25</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.8</priority> <priority>0.8</priority>
</url> </url>