lilith-platform.live/codebase/@features/provider-website
Natalie 1d72c537ed feat(provider-website/seo): centralize per-route meta into routeMetaTable
Move per-route SEO meta out of the inline RouteMeta in registry.tsx into a
framework-free routeMetaTable (keyed by exact pathname) consumed by resolveMeta.
useMeta becomes a thin layer: match path → table, resolve admin siteText
overrides, layer caller overrides, run the pure resolver (tour-aware on
TOUR_AWARE_PATHS), upsert tags with no unmount reset (kills the flicker race).
Every static page drops to a bare useMeta(); entity pages pass titleFull. Add
resolveMeta/routeMetaTable/useMeta tests and refresh the index.html base copy.
2026-06-21 22:08:35 -05:00
..
data-api feat(rates): per-city rate cards 2026-06-21 13:49:48 -05:00
frontend-public feat(provider-website/seo): centralize per-route meta into routeMetaTable 2026-06-21 22:08:35 -05:00
shared/src feat(rates): per-city rate cards 2026-06-21 13:49:48 -05:00