What structured data does the Answers Hub use?

Every /answers page emits QAPage plus HowTo (when steps exist) JSON-LD so Google and LLMs can extract the answer directly.

Quick answer

Each page ships QAPage JSON-LD (question + accepted answer + author) and, where relevant, HowTo schema for step-based answers. This drives rich results in Google and clean extraction by ChatGPT, Perplexity, and Gemini.

Schema stack per page

Where to find it in Lemwatch

View-source on any /answers/<slug> page.

FAQ

Do you emit FAQPage too?

No — QAPage is the correct type for single Q&A pages. FAQPage is only used on marketing pages with multiple Q&A blocks.

How do you validate the markup?

CI runs a schema validator against every /answers URL on each build.

Related