# FAQ: working with That One Firm

<!-- updated_at: 2026-04-20 20:36:00 -->

## Do I own the site and the accounts?
**You own your business.** For most builds, you own the deliverables we agree in writing—site files, repo access where applicable, and the accounts **in your name** (domain, hosting, analytics). We spell out handoff in the statement of work so nobody is guessing.

## How fast does something ship?
It depends on scope. A focused launch is not the same as an enterprise replatform. We will give you a **realistic range** after we understand constraints—not a fantasy date that makes the proposal prettier.

## What if scope changes mid-flight?
Then we talk like adults: **change order**, adjusted timeline, adjusted price. The goal is not to punish you for learning mid-project; the goal is to keep the work **legible** for both sides.

## Do you only do marketing, or also builds?
We do **both**, often together. A pretty campaign on a broken site is a tax. A solid site with no distribution is a museum. We care about the pair.

## What industries?
We are strongest where **local trust** and **clear offers** matter: services, professional practices, and owner-led brands in the **South Sound** and adjacent markets.

## Is there a minimum engagement?
Not a public one-size-fits-all rule—tell us what you are trying to fix in [the intake](/#intake) and we will be direct about fit.

---

More on how we structure fees: [/pricing](/pricing).


## Structured data (JSON-LD)

The public **HTML** page at `/faq` 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\/faq#webpage",
            "url": "https:\/\/thatonefirm.com\/faq",
            "name": "FAQ: working with That One Firm",
            "description": "Ownership, timelines, who does what, and why “price” is not a single number in a chat thread.",
            "isPartOf": {
                "@id": "https:\/\/thatonefirm.com\/#website"
            },
            "dateModified": "2026-04-20T20:36:00+00:00",
            "breadcrumb": {
                "@id": "https:\/\/thatonefirm.com\/faq#breadcrumb"
            }
        },
        {
            "@type": "Article",
            "@id": "https:\/\/thatonefirm.com\/faq#article",
            "headline": "FAQ: working with That One Firm",
            "description": "Ownership, timelines, who does what, and why “price” is not a single number in a chat thread.",
            "datePublished": "2026-04-20T20:36:00+00:00",
            "dateModified": "2026-04-20T20:36:00+00:00",
            "mainEntityOfPage": {
                "@id": "https:\/\/thatonefirm.com\/faq#webpage"
            },
            "author": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "publisher": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "url": "https:\/\/thatonefirm.com\/faq"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https:\/\/thatonefirm.com\/faq#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https:\/\/thatonefirm.com\/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "FAQ: working with That One Firm",
                    "item": "https:\/\/thatonefirm.com\/faq"
                }
            ]
        }
    ]
}
```
