Input
Name: Chocolate Chip Cookies. Author: Maya Chen. Cuisine: American. Category: Dessert. Description: Classic chocolate chip cookies with crisp edges and chewy centers. Prep: 15 min. Cook: 12 min. Servings: 24. Ingredients: 2 cups all-purpose flour, 1 cup unsalted butter softened, 3/4 cup brown sugar, 2 large eggs, 1 1/2 cups chocolate chips. Steps: (1) Cream the butter and sugar until fluffy. (2) Beat in the eggs, then mix in the flour and chips. (3) Drop spoonfuls onto a baking sheet and bake at 350 F for 12 minutes. Nutrition: 210 calories per cookie. Rating: 4.7 from 342 reviews. Image: https://example.com/cookies.jpg
Expected output
{
"@context": "https://schema.org",
"@type": "Recipe",
"name": "Chocolate Chip Cookies",
"author": "Maya Chen",
"description": "Classic chocolate chip cookies with crisp edges and chewy centers.",
"recipeCuisine": "American",
"recipeCategory": "Dessert",
"prepTime": "PT15M",
"cookTime": "PT12M",
"totalTime": "PT27M",
"recipeYield": "24",
"recipeIngredient": [
"2 cups all-purpose flour",
"1 cup unsalted butter, softened",
"3/4 cup brown sugar",
"2 large eggs",
"1 1/2 cups chocolate chips"
],
"recipeInstructions": [
{ "@type": "HowToStep", "text": "Cream the butter and sugar until fluffy." },
{ "@type": "HowToStep", "text": "Beat in the eggs, then mix in the flour and chips." },
{ "@type": "HowToStep", "text": "Drop spoonfuls onto a baking sheet and bake at 350 F for 12 minutes." }
],
"nutrition": { "@type": "NutritionInformation", "calories": "210 calories" },
"aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.7", "reviewCount": "342" },
"image": "https://example.com/cookies.jpg"
}