# South Sound TV & radio

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

Local radio and TV still set trust for categories where people shop slowly or ask friends first. This page is for teams who treat broadcast like wallpaper instead of a story engine. Digital should answer the questions familiarity creates—not contradict the hook you paid to put in the car.

We care about lift tests, tracked phone and URL, and the messy anecdotes from the floor. No single channel owns the truth; they have to agree in the same week.


## Structured data (JSON-LD)

The public **HTML** page at `/broadcast-media` 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\/broadcast-media#webpage",
            "url": "https:\/\/thatonefirm.com\/broadcast-media",
            "name": "South Sound TV & radio",
            "description": "Synchronizing broadcast and digital so reach and frequency reinforce the same story in the same week.",
            "isPartOf": {
                "@id": "https:\/\/thatonefirm.com\/#website"
            },
            "dateModified": "2026-04-20T17:12:01+00:00",
            "breadcrumb": {
                "@id": "https:\/\/thatonefirm.com\/broadcast-media#breadcrumb"
            }
        },
        {
            "@type": "Article",
            "@id": "https:\/\/thatonefirm.com\/broadcast-media#article",
            "headline": "South Sound TV & radio",
            "description": "Synchronizing broadcast and digital so reach and frequency reinforce the same story in the same week.",
            "datePublished": "2026-04-20T13:14:44+00:00",
            "dateModified": "2026-04-20T17:12:01+00:00",
            "mainEntityOfPage": {
                "@id": "https:\/\/thatonefirm.com\/broadcast-media#webpage"
            },
            "author": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "publisher": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "url": "https:\/\/thatonefirm.com\/broadcast-media"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https:\/\/thatonefirm.com\/broadcast-media#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https:\/\/thatonefirm.com\/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "South Sound TV & radio",
                    "item": "https:\/\/thatonefirm.com\/broadcast-media"
                }
            ]
        }
    ]
}
```
