Bounded-context barrel for the SEO-header constants
shared by the four public HTML surfaces (news article, news index,
sitemap, political-intelligence landing).
Public API:
OG_LOCALES, getOgLocale, buildOgLocaleTags — BCP-47 locale
mapping and tag emitters for the OpenGraph og:locale[:alternate]
block.
Consumers MUST import from src/constants/seo/index.js (this
barrel), not from the individual files inside src/constants/seo/.
The drift-guard unit test in test/unit/bounded-contexts.test.js
enforces this contract.
Description
Bounded-context barrel for the SEO-header constants shared by the four public HTML surfaces (news article, news index, sitemap, political-intelligence landing).
Public API:
OG_LOCALES,getOgLocale,buildOgLocaleTags— BCP-47 locale mapping and tag emitters for the OpenGraphog:locale[:alternate]block.ORG_SAME_AS,TWITTER_SITE_HANDLE,TWITTER_CREATOR_HANDLE,buildTwitterAttributionTags— canonical publisher/handles.Consumers MUST import from
src/constants/seo/index.js(this barrel), not from the individual files insidesrc/constants/seo/. The drift-guard unit test intest/unit/bounded-contexts.test.jsenforces this contract.