SSchemaGens/Templates/howto
TemplateFree

📋 HowTo Step-by-Step Schema

HowTo schema turns instructional content into rich result carousels with numbered steps. It is eligible for both Google Search rich results and Google Assistant spoken answers — doubling your surface area.

howto.jsonldJSON-LD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "@context": "https://schema.org",
  "@type": "HowTo",
  "name": "How to Install JSON-LD Schema on Your Website",
  "description": "A step-by-step guide to adding structured data markup to any web page in under 5 minutes.",
  "step": [
    {
      "@type": "HowToStep",
      "name": "Generate your schema",
      "text": "Paste your page URL into SchemaGens and select the schema type that matches your content."
    },
    {
      "@type": "HowToStep",
      "name": "Copy the JSON-LD snippet",
      "text": "Click the Copy button to copy the generated script tag with your structured data."
    },
    {
      "@type": "HowToStep",
      "name": "Paste into your page <head>",
      "text": "Open your page HTML and paste the snippet between the <head> and </head> tags."
    },
    {
      "@type": "HowToStep",
      "name": "Validate with Google",
      "text": "Use the Google Rich Results Test to confirm your schema is valid and eligible for rich results."
    }
  ]
}

Tips for this schema

✓Use 3–7 steps — ideal length for both visual and voice results.
✓Each step.name should be a verb-led action ("Generate", "Copy", "Paste").
✓Include step.image for visual rich results — one image per step.
✓Add totalTime if the process has a known duration (ISO 8601 format).
READY TO GENERATE?

Generate this schema for your URL

Paste any URL and we'll write a custom HowTo schema in ~2 seconds.

Generate HowTo schema →
schemagens.com / templates / howto