HowTo schema can display your step-by-step guides with numbered steps directly in Google search results, before users even visit your site. This dramatically increases your SERP real estate and establishes your content as the definitive guide for a topic.
When to Use HowTo Schema
HowTo schema is appropriate for instructional content where you are guiding someone through a process: "How to set up Google Search Console on Wix", "How to write a meta description", "How to compress images for your website". It is not appropriate for opinion articles, product pages, or general informational content.
HowTo Schema JSON-LD Template
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to Add Schema Markup to a Wix Website",
"description": "A step-by-step guide to adding JSON-LD schema to any Wix page using Custom Code.",
"totalTime": "PT15M",
"step": [
{
"@type": "HowToStep",
"name": "Open Wix Settings",
"text": "Log into your Wix dashboard and click Settings in the left sidebar.",
"position": 1
},
{
"@type": "HowToStep",
"name": "Navigate to Custom Code",
"text": "In Settings, click Advanced > Custom Code to open the code injection panel.",
"position": 2
},
{
"@type": "HowToStep",
"name": "Add Your Schema Code",
"text": "Click Add Custom Code, paste your JSON-LD, set placement to Head, and save.",
"position": 3
}
]
}How to implement HowTo schema on Wix
- 1Write your how-to content on the Wix page first, clearly numbered steps
- 2Copy the JSON-LD template above and edit to match your content exactly
- 3Go to Wix Settings > Custom Code and add the code to the specific how-to page
- 4Test with Google Rich Results Test to confirm no errors
- 5Publish and monitor in GSC Enhancements > HowTo
Important Policy
Your HowTo schema must match the visible content on the page. Do not add steps in the schema that are not visible in the page content, Google will reject the schema as misleading.
Complete How-To Guide: Implementing HowTo Schema on Wix Tutorial Pages
This guide shows you how to implement HowTo schema on any Wix page that contains step-by-step instructional content, enabling Google to display your steps directly in search results.
Follow these steps to implement HowTo schema on your Wix tutorial pages
- 1Identify all pages on your Wix site that contain step-by-step instructional content such as how-to guides, tutorials, and process explanations
- 2Ensure each page has clearly numbered or ordered steps with descriptive text that a reader can follow sequentially
- 3Create the HowTo JSON-LD starting with @context https://schema.org and @type HowTo
- 4Add the name property with the full title of your how-to guide
- 5Add a description property summarising what the guide teaches
- 6If applicable add estimatedCost with @type MonetaryAmount and totalTime using ISO 8601 duration format (e.g. PT1H30M for 1 hour 30 minutes)
- 7Create a step array with @type HowToStep objects, each containing a name (step title) and text (step description)
- 8If your steps include images add an image property to each HowToStep with the image URL
- 9Add tool and supply properties if your how-to requires specific tools or materials
- 10Validate the complete code at search.google.com/test/rich-results
- 11Add via Wix Custom Code to the specific tutorial pages, set to Head
- 12Publish and verify live pages pass the Rich Results Test with zero errors
- 13Ensure visible step content on the page matches the schema steps exactly as Google requires content parity
Final Checkpoint
HowTo schema should pass Rich Results Test with zero errors on every tutorial page. The visible steps on the page must match the schema. Monitor GSC Enhancements for HowTo detection.
Essential Resources
Google Rich Results Test
Test and validate structured data markup on your Wix pages
Schema.org
Official structured data vocabulary reference
Google Rich Results Test
Validate structured data and check rich results
Google Search Central
Official Google documentation on how search works
Wix SEO Help Centre
Official Wix SEO documentation hub
Schema Markup Generator
Generate JSON-LD structured data code for any schema type without manual coding
Wix Custom Code
How to add custom code including JSON-LD schema markup to your Wix site
