SEO helpers
atroui/seoFreeUtility
getSiteDomain() helper for structured data.
Install it
npx shadcn@latest add https://atroui.com/r/seo.jsonSource
1/**2 * Minimal SEO helpers for registry JSON-LD items.3 * Prefer NEXT_PUBLIC_SITE_DOMAIN / getBrand().domain.4 */56import { getBrand } from "@/lib/brand"78export function getSiteDomain(): string {9 return getBrand().domain10}
What it pulls in
Other registry items
