<!DOCTYPE html>
<html>
<head>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Recipe",
"name": "recipe_name",
"recipeIngredient": [
"ingredient_1",
"ingredient_2"
],
"description": "description",
"recipeInstructions": [
{
"@type": "HowToSection",
"itemListElement": [ "instruction_1", "instruction_2" ]
},
{
"@type": "HowToSection",
"name": "section_2",
"itemListElement": [ "instruction_3", "instruction_4" ]
}
],
"author": {
"@type": "Person",
"name": "author_name"
}
}
</script>
</head>
</html>