/terms/howto-schema · 3 min read · intermediate
HowTo Schema
Citation status
Last checked 2026-06-04
What is HowTo Schema?
HowTo1 is the schema.org JSON-LD type for marking up step-by-step instructional content. Each HowTo entity contains a step array of HowToStep objects, each with a name, text, and optional image or url. The structure mirrors how a reader actually executes the procedure: discrete numbered actions, each independently parseable.
Minimum viable HowTo JSON-LD
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to validate JSON-LD before deploy",
"step": [
{
"@type": "HowToStep",
"name": "Paste into the validator",
"text": "Copy the rendered JSON-LD output and paste into Google's Rich Results Tester."
},
{
"@type": "HowToStep",
"name": "Check both validators",
"text": "Repeat the paste in Schema.org's validator; they flag different issues."
}
]
}
Status in 2026
Demoted in SERPs, potentially useful for machine readability. Google announced changes to HowTo and FAQ rich results on August 2, 20232; HowTo rich results were removed from mobile SERPs that month and from desktop SERPs in the months that followed (the same wave that initially restricted FAQ rich snippets, which were later fully deprecated for all sites on May 7, 2026). The HowTo schema type is still valid and may still be parsed by AI engines, but no longer drives in-SERP visual treatment for most categories. The reasonable practice in 2026: ship HowTo on genuinely procedural content because step-by-step structure is good for human readers and machine-readability, and practitioners report AI Overview and ChatGPT surfacing structured procedural content; vendor confirmation that HowTo schema is a citation ranking signal is absent.
Like FAQ Schema, HowTo schema sits in vendor-canonical territory: Google and schema.org both publish official documentation for the type. The 2026-05-17 ChatGPT probe of the FAQ Schema entry illustrates what to expect for similar queries against this entry: AI engines tend to retrieve third-party glossary entries on vendor-canonical schema concepts but prefer vendor sources in citation slots. The strategic implication for HowTo content programs is the same as for FAQ Schema: clarity of prose alone will not displace Google's primary source.
How to apply
HowTo is straightforward when you have genuinely step-ordered content. Three concrete moves:
- Only mark up pages with real procedural content: a page like "5 things to do when X happens" is informational, not procedural; use Article schema. HowTo is for "do A, then B, then C" where order matters. Mismarking risks being flagged as misused markup.
- Give each step a meaningful
name: practitioners report that AI engines often quote just the step name when condensing a HowTo. Whether step names are structurally privileged in the markup or simply double as concise summary phrases regardless of markup has not been isolated. Either way, "Step 1" is unhelpful; "Paste into the validator" carries information for readers and is easier for automated systems to interpret. - Validate via the Rich Results Tester: Google's validator still accepts HowTo markup even after the rich-result treatment was demoted. It confirms the markup parses correctly; it does not imply SERP rich-result eligibility (that has been deprecated) or AI citation value (which is not vendor-documented). Treat the validator as a parse-correctness check, not a downstream-value indicator.
What to skip: HowTo on FAQ-shaped content (use FAQPage). Deliberate schema-type-to-content-type misuse can trigger Google's "Spammy structured markup" manual action; whether mismatched (but well-intentioned) pairings are independently down-weighted by AI engines is plausible but not vendor-documented.
How it relates to other concepts
- Sibling JSON-LD type to FAQ schema and DefinedTerm schema.
- Direct expression of procedural answer blocks. Each
HowToStepis one extractable unit. - Common pairing with Article schema on long-form how-to guides: Article for the wrapper, HowTo for the embedded procedure.
- Relevant to AEO for "how do I X" queries. AI Overview and voice assistants commonly surface procedural answers, and practitioners report HowTo-marked content appearing in such responses; no major vendor has documented HowTo schema as a citation ranking signal, so the role of the markup itself (vs the underlying procedural structure of the content) is not isolated.
Footnotes
-
Schema.org HowTo type specification: schema.org/HowTo. ↩
-
Google Search Central blog: "Changes to HowTo and FAQ rich results," August 2, 2023 (verified date). The post announces the deprecation of HowTo rich results from mobile that month and signals the broader demotion that played out over the following months. developers.google.com/search/blog/2023/08/howto-faq-changes. ↩
Part of Schema cluster· editorial cluster, not a semantic link
Also in this cluster: Article Schema · BreadcrumbList Schema · DefinedTerm schema · FAQ Schema · JSON-LD
Related terms
Mentioned in· auto-generated from other terms' related lists
FAQ
- Does HowTo schema still earn rich results in Google?
- No. Google announced changes to HowTo and FAQ rich results in August 2023; HowTo rich results were removed from mobile SERPs that month and from desktop SERPs in the months that followed. (The separate `Recipe` schema type still earns rich results for cooking content. Recipe is its own schema.org type, not a subcategory of HowTo; do not mark a recipe with HowTo schema hoping to recover rich results.) HowTo markup may support machine readability where AI systems parse structured data; whether it is treated as a citation lever by AI Overview, ChatGPT, or Perplexity is not vendor-documented, and SERP visual treatment for HowTo content should not be expected.
- How is HowTo different from a regular Article with numbered steps?
- HowTo schema marks each step as a discrete `HowToStep` entity with its own `name`, `text`, and optional `image`. Practitioners commonly observe that this structure helps AI engines extract individual steps as standalone citations more easily than the same content as plain prose with numbered list items; whether the effect comes from the HowTo markup itself or from the underlying step-headed structure has not been isolated by public study.
- Should every tutorial page ship HowTo schema?
- Only pages with genuinely step-ordered content (do A, then B, then C). Pages that look like tutorials but are really informational ('5 things to know about X') should ship Article schema instead. HowTo on non-procedural content tends to be flagged as misused markup.
Sources & further reading
Get the monthly digest
New terms shipped that week, plus one observation from the AI-citation tracker.