Recipe Schema Generator

Generate Recipe JSON-LD structured data for rich results in Google Search.

Processed on your device β€” never uploaded

Recipe Details

Ingredients

Instructions

1.
Generated JSON-LD
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Recipe"
}
</script>

Frequently Asked Questions

What is Recipe schema markup?
Recipe schema is JSON-LD structured data that describes a recipe with its ingredients, instructions, cook time, and nutrition info. It enables Google to display recipe cards with images and ratings in search results.
What time format should I use for prep and cook time?
Use ISO 8601 duration format. For example, PT15M means 15 minutes, PT1H means 1 hour, and PT1H30M means 1 hour and 30 minutes.
Does Recipe schema guarantee a recipe carousel in Google?
No. Adding Recipe schema makes your page eligible for rich results like recipe carousels, but Google determines which pages to feature based on content quality, images, and other factors.
What fields are required for Recipe rich results?
Google requires the recipe name and at least two of the following: image, author, datePublished, description, prepTime, or totalTime. Including all fields maximizes your chances of rich results.