---
title: "What structured data does the Answers Hub use? — Lemwatch…"
description: "Every /answers page emits QAPage plus HowTo (when steps exist) JSON-LD so Google and LLMs can extract the answer directly."
canonical: "https://lemwatch.com/help/answers-schema-and-snippets"
source: "https://lemwatch.com"
---

# 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

- QAPage (mainEntity → Question → acceptedAnswer)

- BreadcrumbList

- HowTo (only when the answer has ordered steps)

- Organization (sitewide)

## 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

- Answers Hub overview

- How questions are chosen


## Related

- [Help centre](https://lemwatch.com/help)
- [What is the Answers Hub?](https://lemwatch.com/help/answers-hub-overview)
- [How does Lemwatch decide which questions to answer?](https://lemwatch.com/help/answers-how-questions-are-chosen)
- [What is the "Is [site] down?" tool?](https://lemwatch.com/help/is-down-tool-overview)
- [Why does is-down say a site is up when I cannot reach it?](https://lemwatch.com/help/is-down-vs-personal-check)
- [Lemwatch pricing](https://lemwatch.com/pricing)
- [API Authentication](https://lemwatch.com/help/api-authentication)
