# Media psychology & pacing

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

Demographics are easy. Intent is harder, especially when the same person is decisive about tacos and slow about a roof. This page is for creative and media folks who want South Sound nuance without pretending psychology is magic.

We watch fatigue in human signals—call center tone, comments, in-store anecdotes—not only platform scores. Synchronization matters: broadcast and digital should not tell two different stories in the same week.


## Structured data (JSON-LD)

The public **HTML** page at `/media-psychology` 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\/media-psychology#webpage",
            "url": "https:\/\/thatonefirm.com\/media-psychology",
            "name": "Media psychology & pacing",
            "description": "How we align creative rotation, channel mix, and local consumer mental states—without mistaking demographics for intent.",
            "isPartOf": {
                "@id": "https:\/\/thatonefirm.com\/#website"
            },
            "dateModified": "2026-04-20T17:12:01+00:00",
            "breadcrumb": {
                "@id": "https:\/\/thatonefirm.com\/media-psychology#breadcrumb"
            }
        },
        {
            "@type": "Article",
            "@id": "https:\/\/thatonefirm.com\/media-psychology#article",
            "headline": "Media psychology & pacing",
            "description": "How we align creative rotation, channel mix, and local consumer mental states—without mistaking demographics for intent.",
            "datePublished": "2026-04-20T13:14:02+00:00",
            "dateModified": "2026-04-20T17:12:01+00:00",
            "mainEntityOfPage": {
                "@id": "https:\/\/thatonefirm.com\/media-psychology#webpage"
            },
            "author": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "publisher": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "url": "https:\/\/thatonefirm.com\/media-psychology"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https:\/\/thatonefirm.com\/media-psychology#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https:\/\/thatonefirm.com\/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Media psychology & pacing",
                    "item": "https:\/\/thatonefirm.com\/media-psychology"
                }
            ]
        }
    ]
}
```
