FAQPage schema lets AI engines lift individual question-answer pairs directly into an answer, with attribution back to your page — one of the most direct citation paths available.
Wrap each question and answer in a mainEntity array with @type "Question" and an "acceptedAnswer" of @type "Answer". Only use this for content that genuinely is a Q&A format; misuse can get the markup ignored.
{
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is GEO?",
"acceptedAnswer": { "@type": "Answer", "text": "..." }
}]
}