OptionalbaseOptionalbodyAttributes to set on the <body> element.
OptionaldescriptionOptionalhtmlAttributes to set on the <html> element (e.g. { lang: 'en' }).
OptionaljsonJSON-LD structured-data objects, rendered as <script type="application/ld+json">.
OptionallinksOptionalmetasOptionalscriptsOptionalstylesOptionaltitleOptionaltitleTemplate applied to title, e.g. '%s — Stone.js' (%s is the page title).
Framework-agnostic head context produced by a page's
head().Richer than a bare title/meta list: supports a title template,
<base>, HTML/body attributes, and JSON-LD structured data. The HeadManager builder produces this shape; serializeHead renders it for SSR/SSG and view engines apply it in the DOM.