FAQ Page Schema Generation
Example Input
Question: What is PenGenie? Answer: A career and developer utility hub.
Sample Output
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{ "@type": "Question", "name": "What is PenGenie?", "acceptedAnswer": { "@type": "Answer", "text": "A career and developer utility hub." } }] } </script>