# Page Heroes — YouTube handling

There is now a **"Featured YouTube"** hero type (added 2026-06-12). It renders
a click-to-play facade: the page's **featured image** (SEO) shows with a YouTube
play button; on click it loads a privacy-friendly `youtube-nocookie` embed.
No heavy player JS until the visitor presses play.

## How a developer sets a YouTube hero (manual, ~20 sec/page)

1. Edit the page → **Page Hero** box → **Hero type = "Featured YouTube"**.
2. Paste the **full YouTube URL** (e.g. `https://www.youtube.com/watch?v=FgfmsElTCC0`).
   youtu.be / shorts links — or a bare ID — also work.
3. Make sure a **Featured Image** is set (it's the poster + the SEO image).
   The page-hero importer already set featured images on most pages.

The MP4-video / image / carousel / dual heroes were auto-imported. YouTube is
left manual on purpose (cosmetic, and IDs are quick to paste).

## Done
- `/why-brentwood/university-placement` (#1048) — set to Featured YouTube,
  URL `https://www.youtube.com/watch?v=FgfmsElTCC0`, featured image retained for SEO. ✅

## Still to set by hand (YouTube title area on the live site)
These were sheet-tagged YouTube; most are `/l/*` campaign landing pages with no
real media — confirm each is actually wanted before adding a hero.

| Page (slug) | Notes |
|---|---|
| `/l/ab` `/l/bc` `/l/den` `/l/metaads` `/l/sea` `/l/usa` | landing pages; grab the YouTube ID from the live page if a hero is wanted |
| `/l/local` | sweep fetch-failed — retry |
| `/live/view` | sweep fetch-failed — retry |

To get an ID: open the live page (`brentwood.demoing.info/<slug>`), the title-area
`<youtube-player :content='{"video_id":"…"}'>` carries it.
