--- title: "FAQ and HowTo Schema for SaaS" description: "Google narrowed FAQ and HowTo rich result eligibility in 2023, but both still earn SERP real estate on the right page types. Where they still work, where they don't, and how to mark them up without inviting a manual action." url: "https://serpnaut.xyz/playbook/schema-markup-for-saas/faq-and-howto-schema" verifiedAt: "2026-06-09" canonical: "https://serpnaut.xyz/playbook/schema-markup-for-saas/faq-and-howto-schema" --- # FAQ and HowTo Schema for SaaS > TL;DR — Google cut FAQ rich results for most sites in mid-2023 — they now show mainly for government and health authorities. HowTo rich results show desktop-only for recognised tutorial sites. But both schemas still feed AI Overviews and improve SERP comprehension for everyone, so they're worth implementing on real FAQ and tutorial pages even when the SERP-card stars aren't showing up. In plain English: FAQ and HowTo schema lost their universal SERP rich-result entitlement in 2023, but both still feed AI Overviews and improve query comprehension. Use FAQPage on real FAQ pages and HowTo on step-by-step tutorials, even without the rich-card incentive. ## Key takeaways - FAQ rich results in SERPs are now restricted to government and health-authority sites. - HowTo rich results show desktop-only for recognised tutorial sites; mobile and most SaaS sites don't get them. - Both schemas still feed AI Overviews — and AIO citation is increasingly the bigger SEO prize. - FAQ schema requires genuinely-asked questions, not marketing copy disguised as FAQs. - HowTo schema requires real step-by-step instructions; using it on listicles invites manual action. ## Definition FAQ and HowTo schema for SaaS are the structured data types that mark up frequently asked questions and step-by-step tutorials. Since 2023, Google shows FAQ rich results primarily for authoritative government and health sites, and HowTo for desktop-only on recognised tutorial sources — but the schema still feeds AI Overviews and SERP comprehension for all sites. ## Why it matters The 2023 Google update changed FAQ/HowTo schema from 'free SERP rich results for everyone' to 'mostly invisible in SERP but still useful for AI Overviews and query comprehension'. Most teams either over-react by ripping out the schema entirely (losing AIO citation) or under-react by leaving it on inappropriate pages (risking manual action). The middle ground is selective use on real FAQ and tutorial content. ## What changed in 2023 and what didn't August 2023: Google restricted FAQ rich results to government and health-authority sites. SaaS sites with FAQ schema stopped seeing the expandable FAQ cards in SERPs. HowTo rich results were restricted to desktop SERPs only and limited to recognised tutorial domains. Most SaaS sites lost mobile HowTo visibility too. What didn't change: both schemas still feed AI Overviews, still help Google understand page topic, still enable query coverage signals. The schema is valuable; the SERP-card incentive is mostly gone for non-authorities. ## When to use FAQPage Dedicated FAQ pages on the site (e.g. /help/faq, /pricing#faq). Real questions, substantive answers, ideally questions that map to real searches in Search Console's queries report. Bottom-of-page FAQ blocks on pillar guides — the 4–6 questions a reader would naturally ask after reading the article. These feed AI Overviews effectively and improve dwell-time signals. Don't use on: product landing pages dressed up with marketing 'FAQs', generic 'About us' Q&A sections, or anywhere the 'question' is really a headline for sales copy. ## When to use HowTo Genuinely step-by-step tutorial content with discrete actions. Example: 'How to connect Stripe to Invoicemonk' broken into 8 steps, each with a screenshot and an outcome. Not appropriate for: listicles ('10 ways to grow your SaaS'), opinion pieces, generic guides without enumerated steps, or any content where 'step 3' could be re-ordered without breaking the tutorial. Misuse risk: Google's manual reviewers periodically sweep for HowTo abuse. A flagged site loses HowTo rich result eligibility globally; the recovery process takes weeks. ## Implementation pattern FAQPage: one JSON-LD block per page with @type FAQPage, mainEntity array of Question objects, each with acceptedAnswer.text. Match the visible HTML exactly — schema diverging from visible content triggers spam signals. HowTo: one JSON-LD block per tutorial with @type HowTo, step array of HowToStep objects, each with name, text, and optionally image. Total steps in schema must equal total steps shown to users. ## Quick answers ### Is FAQ schema still worth implementing in 2026? (https://serpnaut.xyz/playbook/schema-markup-for-saas/faq-and-howto-schema#qa-worth) For most SaaS sites — yes, but the rationale shifted. SERP rich-card eligibility is mostly gone outside authority sites, but AI Overviews lean heavily on FAQ schema for citation. Marking up real FAQs on real FAQ pages still earns visibility, just in a different surface than two years ago. ### Which pages should have FAQ schema? (https://serpnaut.xyz/playbook/schema-markup-for-saas/faq-and-howto-schema#qa-where) Dedicated FAQ pages, product FAQ sections on landing pages, and the bottom-of-page FAQ blocks on pillar guides — provided the questions are real and the answers are substantive. Don't bolt FAQ schema onto unrelated pages just to chase rich results. ### When is HowTo schema appropriate? (https://serpnaut.xyz/playbook/schema-markup-for-saas/faq-and-howto-schema#qa-howto) On genuinely step-by-step tutorial content with a sequence of discrete actions, each producing a visible outcome. 'How to set up Stripe' as 8 numbered steps is appropriate. 'How to grow a SaaS business' as a listicle of tips is not — that's HowTo abuse and risks manual action. ### What triggers a HowTo manual action? (https://serpnaut.xyz/playbook/schema-markup-for-saas/faq-and-howto-schema#qa-violation) Using HowTo on promotional content, listicles disguised as tutorials, or pages where the 'steps' aren't actionable instructions. Google's manual reviewers periodically sweep for these patterns; sites caught lose rich result eligibility globally for HowTo, sometimes for months.