FAQPage JSON-LD pattern
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What if this is not right for me?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use the visible answer text from this page."
}
}]
}