Recipe Schema Generator
My Schema tool will generate compliant Json-LD structured data based on your required field. Each field will generate an item property
Generated JSON-LD:
Structured data sample for ‘Recipe’ Schema
{
"@context": "http://schema.org",
"@type": "Recipe",
"name": "David",
"image": "https://davidcarralon.com/wp-content/uploads/davidcarralon-logo-250-low-1.png",
"author": {
"@type": "Person",
"name": "David Carralon"
},
"datePublished": "2024-09-23",
"description": "I’m an independent SEO consultant with over 20 years of experience in SEO and digital marketing.",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"reviewCount": "10"
},
"prepTime": "00:30",
"cookTime": "03:00",
"totalTime": "03:30",
"recipeYield": "10",
"recipeIngredient": "David Carralon",
"recipeInstructions": "David Carralon",
"nutrition": {
"@type": "NutritionInformation",
"calories": "100",
"fatContent": "100"
}
}

