# University Place & peninsula edge

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

University Place, Fircrest, and western Tacoma adjacency reward community presence—not only digital impressions. Schools, youth sports, and civic calendars drive recurring attention worth showing up for in real life.

Phones and maps behavior dominate when drive times are short. If your name-address-phone data is wrong anywhere, you bought doubt you did not need.


## Structured data (JSON-LD)

The public **HTML** page at `/university-place-node` 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\/university-place-node#webpage",
            "url": "https:\/\/thatonefirm.com\/university-place-node",
            "name": "University Place & peninsula edge",
            "description": "Hyper-local partnerships and community presence for businesses anchored near UP, Fircrest, and western Tacoma adjacency.",
            "isPartOf": {
                "@id": "https:\/\/thatonefirm.com\/#website"
            },
            "dateModified": "2026-04-20T17:12:01+00:00",
            "breadcrumb": {
                "@id": "https:\/\/thatonefirm.com\/university-place-node#breadcrumb"
            }
        },
        {
            "@type": "Article",
            "@id": "https:\/\/thatonefirm.com\/university-place-node#article",
            "headline": "University Place & peninsula edge",
            "description": "Hyper-local partnerships and community presence for businesses anchored near UP, Fircrest, and western Tacoma adjacency.",
            "datePublished": "2026-04-20T13:14:23+00:00",
            "dateModified": "2026-04-20T17:12:01+00:00",
            "mainEntityOfPage": {
                "@id": "https:\/\/thatonefirm.com\/university-place-node#webpage"
            },
            "author": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "publisher": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "url": "https:\/\/thatonefirm.com\/university-place-node"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https:\/\/thatonefirm.com\/university-place-node#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https:\/\/thatonefirm.com\/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "University Place & peninsula edge",
                    "item": "https:\/\/thatonefirm.com\/university-place-node"
                }
            ]
        }
    ]
}
```
