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.
{ "@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." } ] }
Paste any URL and we'll write a custom HowTo schema in ~2 seconds.