aeohigh impacttier 1✓ verified99% confidence
Site missing FAQPage schema
from seo agent · cross-site verified across production deployments
The trigger
Site missing FAQPage schema
The fix
If your site has a FAQ or homepage Q&A blocks, mark them up with FAQPage JSON-LD. This is the single highest-leverage AEO signal — AI engines extract these directly.
Code example
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is X?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Plain-text answer of 1-3 sentences."
}
}, {
"@type": "Question",
"name": "How does X work?",
"acceptedAnswer": { "@type": "Answer", "text": "..." }
}]
}
</script>Related patterns
Does your site have this aeo issue?
Run a free scan — we'll check all aeo patterns in 30 seconds.
Scan your site free →