← All types

HowToStep

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "HowToStep",
    "text": "Preheat the oven to 350 degrees F.",
    "name": "Preheat oven",
    "url": "https://example.com/recipe#step1",
    "image": "https://example.com/photos/step1.jpg",
    "video": {
        "@type": "Clip",
        "name": "Preheating",
        "startOffset": 0,
        "url": "https://example.com/video.mp4?t=0",
        "endOffset": 30
    },
    "itemListElement": [
        "Set temperature dial to 350F.",
        "Wait for preheat indicator light."
    ]
}

Source: generate-howtostep.php

Schema: https://schema.org/HowToStep