FAQPage validation
Example Input
{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What is PenGenie?", "acceptedAnswer": { "@type": "Answer", "text": "A developer and technical SEO utility hub." } } ] }
Sample Output
Validation passes with FAQPage, Question, and Answer nodes present.