TanStackT
TanStack9mo ago
13 replies
colossal-harlequin

Head Script not rendering

I am trying to insert a HEAD script for SEO purposes.


 script: [
        {
          type: "application/ld+json",
          children: JSON.stringify({
            "@context": "http://schema.org",
            "@type": "CreativeWork",
            "@id": url,
            name: title,
          }),
        }
],


However, nothing appears in the SSR page source, nor in the chrome dev tools for the page
Was this page helpful?