Winning Rich Results with FAQ and HowTo Schema: Structured Data Implementation Guide
Why Are Rich Results Critical?
**Rich Results** are visually enriched results that go beyond the standard blue link + description format on the Google search results page. FAQ and HowTo schema markups are the most accessible and highest CTR-providing types of these rich results. As of 2026, Google prioritizes FAQ results for authority pages while widely showing HowTo results for tutorial content.
How to Implement FAQ Schema (FAQPage)?
- Eligibility Check: FAQ schema should only be used if there is genuinely question-and-answer format information on your page. Adding fabricated or irrelevant questions will be considered spam.
- JSON-LD Structure: Under the
@type: FAQPageroot element, create aQuestionobject for each question and anacceptedAnswerobject for each answer. - Alignment with HTML Body: The questions and answers in the schema must exactly match the visible HTML content of the page. Google penalizes schema containing hidden content.
- Create with a Tool: You can create and validate your FAQ markup in seconds with our Schema Generator tool.
HowTo Schema Implementation Guide
- Content Structure: Your pages that describe a step-by-step process (recipe, assembly guide, technical guide) are suitable for HowTo schema.
- For Each Step: Create a
HowToStepobject and fill in thename(step title),text(description),image(optional visual) fields. - Duration and Cost: Specifying the total duration of the process (
totalTime) and estimated cost (estimatedCost) allows Google to show additional information in results. - Validation: Be sure to test your markup with Google's Rich Results Test tool before going live.
FAQ vs HowTo: Which Should I Use?
If your content is informational and in question-answer format, use FAQ; if it describes a step-by-step process, use HowTo. You can use both together on the same page; however, both must be aligned with the visible content of the page.
Frequently Asked Questions
Google is not showing FAQ rich results, why?
Since 2023, Google has been showing FAQ results only to "well-known, authoritative websites". FAQ schema can be implemented on small sites but there is no rich result guarantee. Still, schema helps Google understand your content.
How many steps should HowTo schema contain?
There is no minimum from Google's perspective, but having at least 3 steps is recommended as a practical rule. For very short processes, text description instead of HowTo is sufficient.