Organization— your store’s name, URL, and logo.WebSite— with aSearchAction, enabling the sitelinks search box.FAQPage— included automatically when your store has published FAQs in AgentShop.
SeoSiteBundle = { jsonLd }). It carries no title or meta tags — your home page owns its own meta.
Rendering it (Next.js App Router)
app/page.tsx
<SiteJsonLd config? /> is an async server component: it renders the escaped <script type="application/ld+json"> or nothing if the bundle is unavailable. ISR-cached for 1 hour by default.
The
<SiteJsonLd> component currently ships for the Next.js App Router only. Elsewhere, use the core helper.Other frameworks (core helper)
context.env (there’s no process.env).
