Every /answers page emits QAPage plus HowTo (when steps exist) JSON-LD so Google and LLMs can extract the answer directly.
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.
View-source on any /answers/<slug> page.
No — QAPage is the correct type for single Q&A pages. FAQPage is only used on marketing pages with multiple Q&A blocks.
CI runs a schema validator against every /answers URL on each build.