STRUCTURED DATA · SEO GLOSSARY

HowTo Schema

JSON-LD structured data that marks step-by-step instructional content so search engines and AI systems can identify and cite procedural answers.

Definition

HowTo is a Schema.org type (`@type: "HowTo"`) for pages that provide step-by-step instructions. When marked up in JSON-LD, it lists the tool name, description, total time, and an ordered `step` array where each step has a `name` and `text`. Google uses it for rich results that show the steps directly in SERPs. AI systems use it to identify pages with explicit procedural instructions, making them stronger candidates for AI-generated "how to do X" responses.

Why it matters for SEO

Instructional content is one of the most queried content types on the web. Pages that explain how to do something — fix a WordPress plugin conflict, configure hreflang, write a meta description — are frequently queried in both search and AI chat. HowTo schema pre-labels that content as procedural instruction, giving search engines and AI retrieval systems a structured entry point into the steps rather than requiring inference from body text.

How DeepSEOAnalysis checks this

The audit checks pages that appear to contain step-by-step content (ordered lists with action verbs in items, sections titled "How to…", numbered steps) for the presence of `HowTo` JSON-LD. Pages with matching content but no schema are flagged as a warning. Existing HowTo schema is validated for required properties: `name`, `description`, and a `step` array where each entry has `@type: HowToStep` with `name` and `text`.

Useful tools and resources

See how your site scores on HowTo Schema.

The free DeepSEOAnalysis audit checks howto schema and 100+ other signals. Full report, no signup.

Run a free audit →