Skip to main content

HowTo Schema in 2026 — Is It Still Worth It?

Google removed HowTo rich results from most SERPs. Should you still ship HowTo schema? Yes — because AI engines lean on it harder than Google ever did.

May 15, 2026 8 min read The WBP Editorial Team
JSON code representing HowTo schema

When Google deprecated HowTo rich results in classic SERPs, half the SEO industry deleted the markup. That was a mistake. LLMs love HowTo — it's the cleanest possible instruction structure, and Perplexity/ChatGPT quote it near-verbatim.

TL;DR
  • Google shrank HowTo rich results — but didn't stop parsing them.
  • Perplexity and ChatGPT cite HowTo-structured steps preferentially.
  • Ship on tutorials, recipes, fix-it guides — never on opinion pieces.

The minimum viable HowTo block

{
  "@context": "https://schema.org",
  "@type": "HowTo",
  "name": "How to reset a WordPress password",
  "step": [
    { "@type": "HowToStep", "name": "Open wp-login.php", "text": "Navigate to /wp-login.php on your site." },
    { "@type": "HowToStep", "name": "Click Lost your password", "text": "Enter your email address." }
  ]
}
Myth

HowTo schema is dead.

Fact

It's dead in classic SERPs. It's very much alive in AI answer engines.

Myth

You need HowTo on every post.

Fact

Only on real how-to content. Everywhere else it's spam.

Will Google punish HowTo on non-howto content?

Yes — it counts as misleading structured data. Ship it only when the page truly is a step-by-step guide.

Ship this workflow inside WordPress

WBP Omni SEO Pro turns every playbook on this blog into an approvable, reversible diff.

Get WBP Omni SEO Pro

Affiliate — this link goes to the official WBP Omni SEO Pro product page.

T
The WBP Editorial Team
WP Bulk Publishing