Skip to content

structured data isn't inserted into build #188

@martinloretzzz

Description

@martinloretzzz

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()}
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions