Skip to main content
WP Bulk Publishing
WP Bulk Publishing
Content · High

Question schema — what it does & how to ship it

Short answer

Question marks up a standalone question node — used inside FAQPage and QAPage, or on community-answer contexts where multiple answers exist.

What it does

Question carries name, answerCount, acceptedAnswer and suggestedAnswer. Almost always nested inside FAQPage or QAPage rather than standalone.

SERP / AI benefit

People Also Ask enrichment and AI answer citation — the retrievable unit inside FAQ/QA pages.

Where to use it

Nested inside FAQPage and QAPage.

JSON-LD example

{
  "@type": "Question",
  "name": "What is GEO?",
  "answerCount": 1,
  "acceptedAnswer": { "@type": "Answer", "text": "Generative Engine Optimization." }
}

Copy, edit for your site, and drop into your page head inside a<script type="application/ld+json">block. Validate with Google's Rich Results Test.

In WBP Omni SEO Pro

Used inside every QAPage on /answers/* and inside every FAQPage.

Ship Question without touching code

Frequently asked

Can Question ship standalone?

Rare — it's almost always nested inside FAQPage or QAPage. Standalone Question isn't a recognised rich-result type.

Related schemas

Keep learning