--- import type { JsonLd } from "../lib/seo"; interface Props { jsonLd?: JsonLd[]; } const { jsonLd = [] } = Astro.props; --- { jsonLd.map((ld) => (