# House of Cannabis — multisite redesign & client portal

<!-- updated_at: 2026-07-17 16:40:40 -->

## What shipped
We rebuilt the **House of Cannabis** WordPress network — corporate TLD plus Tacoma, Whidbey, Twisp, and Tonasket — with consistent headers, footers, homepages, and a corporate **/shop-now/** hub wired to iHeartJane menus.

## HW Core on production
**Heavyweight Core v2.4.4** is live on the network: Google Search Console OAuth, Search Performance baselines, API Vault for third-party keys, Market Visibility tooling, and **llms.txt** generation per site.

## Client portal
Progress lives on our samples host: [dev.thatonefirm.com/clients/hoc420/](https://dev.thatonefirm.com/clients/hoc420/) — Month 1 checklist rows (Core install, GSC baseline, vault setup) marked done as telemetry landed.

## Why it matters
Retail cannabis operators need **NAP consistency**, **registered trademark** display, and **measurable SEO** without mystery dashboards. We ship templates in-repo, import via WXR, and prove progress in plain English.

---

**Explore the sandbox:** [Samples & experiments](https://dev.thatonefirm.com/) · **Questions:** [Start a conversation](/#start)


## Structured data (JSON-LD)

The public **HTML** page at `/lab-notes/hoc420-network-redesign` emits `application/ld+json` with the following `@graph` (Organization, WebSite, WebPage, Article, BreadcrumbList, plus any custom nodes from **SEO JSON-LD extra** in Admin). Assistants should treat the HTML URL as canonical for search; this block is for parity and tooling.

```json
{
    "@context": "https:\/\/schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https:\/\/thatonefirm.com\/#organization",
            "name": "That One Firm",
            "url": "https:\/\/thatonefirm.com\/"
        },
        {
            "@type": "WebSite",
            "@id": "https:\/\/thatonefirm.com\/#website",
            "name": "That One Firm",
            "url": "https:\/\/thatonefirm.com\/",
            "publisher": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https:\/\/thatonefirm.com\/lab-notes\/hoc420-network-redesign#webpage",
            "url": "https:\/\/thatonefirm.com\/lab-notes\/hoc420-network-redesign",
            "name": "House of Cannabis — multisite redesign & client portal",
            "description": "LiveCanvas templates, HW Core telemetry, and a progress portal across five WordPress sites — with receipts clients can verify.",
            "isPartOf": {
                "@id": "https:\/\/thatonefirm.com\/#website"
            },
            "dateModified": "2026-07-17T16:40:40+00:00",
            "breadcrumb": {
                "@id": "https:\/\/thatonefirm.com\/lab-notes\/hoc420-network-redesign#breadcrumb"
            }
        },
        {
            "@type": "Article",
            "@id": "https:\/\/thatonefirm.com\/lab-notes\/hoc420-network-redesign#article",
            "headline": "House of Cannabis — multisite redesign & client portal",
            "description": "LiveCanvas templates, HW Core telemetry, and a progress portal across five WordPress sites — with receipts clients can verify.",
            "datePublished": "2026-07-17T16:40:40+00:00",
            "dateModified": "2026-07-17T16:40:40+00:00",
            "mainEntityOfPage": {
                "@id": "https:\/\/thatonefirm.com\/lab-notes\/hoc420-network-redesign#webpage"
            },
            "author": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "publisher": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "url": "https:\/\/thatonefirm.com\/lab-notes\/hoc420-network-redesign"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https:\/\/thatonefirm.com\/lab-notes\/hoc420-network-redesign#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https:\/\/thatonefirm.com\/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "House of Cannabis — multisite redesign & client portal",
                    "item": "https:\/\/thatonefirm.com\/lab-notes\/hoc420-network-redesign"
                }
            ]
        }
    ]
}
```
