Skip to content

JsonLdForFaq Reference

The JsonLdForFaq component renders FAQ JSON-LD structured data in a script tag.

The JsonLdForFaq component accepts the following props:

type: Array<{ question: string; answer: string }>

An array of FAQ items. Each item must have:

  • question (string): The question text
  • answer (string): The answer text

type: string

A custom ID for the script tag.

type: string

A custom React key for the script element.