Free Recipe Schema Markup Generator

Schema Markup Generators

FAQ Website Organization Article Local Business Event Job Posting Product Recipe Video Aggregate Rating Breadcrumbs

Use our FREE Schema.org Recipe structured data generator to create JSON-LD markups, including all of the required item properties.

After generating your code, always test it with Google Rich Results Test tool before using it.

Recipe Structured Data Code Example

<script type='application/ld+json'>
{
	"@context": "http://schema.org",
	"@type": "Recipe",
	"name": "SEO Smoothie in 4 easy steps",
	"image": "https://seosmoothie.com/image.jpg",
	"author": {
		"@type": "Person",
		"name": "SEO Blender"
	},
	"datePublished": "2021-03-15",
	"description": "Grow and pick the SEO fruits according to your taste and make you a healthy SEO Smoothie.",
	"aggregateRating": {
		"@type": "AggregateRating",
		"ratingValue": "5",
		"reviewCount": "123"
	},
	"prepTime": "01:25",
	"cookTime": "02:15",
	"totalTime": "04:00",
	"recipeYield": "1",
	"recipeIngredient": "Knowledge, SEO Audits, SEO Strategy, SEO Management",
	"recipeInstructions": "Follow the white rabbit",
	"nutrition": {
		"@type": "NutritionInformation",
		"calories": "1000",
		"fatContent": "0"
	}
}
</script>

Schema.org’s references: Recipe. Google’s documentation: Recipe

Do you want to have this tool on your website?

You can have it for free: quick and easy implementation, just copy and paste the code snippet.