diff --git a/src/layouts/HomeLayout.astro b/src/layouts/HomeLayout.astro index bfff53c..fd0c69f 100644 --- a/src/layouts/HomeLayout.astro +++ b/src/layouts/HomeLayout.astro @@ -13,6 +13,11 @@ interface Props { image?: string; noindex?: boolean; canonicalUrl?: string; + // Extra JSON-LD properties to merge into the sitewide NonprofitOrganization + // node (e.g. a page-specific contactPoint or potentialAction). Pages must + // not emit their own NonprofitOrganization script sharing the same @id — + // separate