# The owner’s dilemma

<!-- updated_at: 2026-04-20 17:12:01 -->

You need growth, but you cannot afford another black box that eats budget without receipts. This page is for owners who have already paid that tuition once. We built That One Firm for nuance: sprints with clear deliverables, documented assumptions, and metrics you can audit against reality.

Leah and Chris both hate surprises that could have been a conversation. This is the receipts-first lane.


## Structured data (JSON-LD)

The public **HTML** page at `/owners-dilemma` 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\/owners-dilemma#webpage",
            "url": "https:\/\/thatonefirm.com\/owners-dilemma",
            "name": "The owner’s dilemma",
            "description": "Transparent pricing and operational alignment for owners who have been burned by opaque retainers and vanity reporting.",
            "isPartOf": {
                "@id": "https:\/\/thatonefirm.com\/#website"
            },
            "dateModified": "2026-04-20T17:12:01+00:00",
            "breadcrumb": {
                "@id": "https:\/\/thatonefirm.com\/owners-dilemma#breadcrumb"
            }
        },
        {
            "@type": "Article",
            "@id": "https:\/\/thatonefirm.com\/owners-dilemma#article",
            "headline": "The owner’s dilemma",
            "description": "Transparent pricing and operational alignment for owners who have been burned by opaque retainers and vanity reporting.",
            "datePublished": "2026-04-20T13:14:23+00:00",
            "dateModified": "2026-04-20T17:12:01+00:00",
            "mainEntityOfPage": {
                "@id": "https:\/\/thatonefirm.com\/owners-dilemma#webpage"
            },
            "author": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "publisher": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "url": "https:\/\/thatonefirm.com\/owners-dilemma"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https:\/\/thatonefirm.com\/owners-dilemma#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https:\/\/thatonefirm.com\/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "The owner’s dilemma",
                    "item": "https:\/\/thatonefirm.com\/owners-dilemma"
                }
            ]
        }
    ]
}
```
