react-structured-data icon indicating copy to clipboard operation
react-structured-data copied to clipboard

Can't add schema to <head>

Open meesrutten opened this issue 3 years ago • 0 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce

  1. Use Next.js stack with react-helmet
  2. Wrap <Helmet> around <JSONLD> (or <Head> from next/head for no result)
  3. Error: You may be attempting to nest <Helmet> components within each other, which is not allowed. Refer to our API for more information.

Expected behavior I'd like to add the schema to my

meesrutten avatar Jan 17 '22 12:01 meesrutten