frontarm/navi

structured data isn't inserted into build

martinloretzzz opened this issue · 0 comments

Structured Data isn't inserted into the static build when using "react-navi-helmet-async".
The problem is, that ${helmet.script && helmet.script.toString()} is missing in

metaHTML = `
${(helmet.title && helmet.title.toString()) ||
'<title>' + route.title + '</title>'}
${helmet.meta && helmet.meta.toString()}
${helmet.link && helmet.link.toString()}
`