<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Recipe",
"name": "Chocolate Chip Cookies",
"image": "https://example.com/cookies.jpg",
"description": "Classic chocolate chip cookies that are crispy on the outside and chewy on the inside.",
"keywords": "cookies, chocolate chip, baking, dessert",
"author": {
"@type": "Person",
"name": "Jane Smith"
},
"datePublished": "2024-01-15",
"prepTime": "PT15M",
"cookTime": "PT12M",
"totalTime": "PT27M",
"recipeYield": "24 cookies",
"recipeCategory": "Dessert",
"recipeCuisine": "American",
"nutrition": {
"@type": "NutritionInformation",
"calories": "150 calories"
},
"recipeIngredient": [
"2 1/4 cups all-purpose flour",
"1 tsp baking soda",
"1 cup butter, softened",
"3/4 cup granulated sugar",
"2 cups chocolate chips"
],
"recipeInstructions": [
{
"@type": "HowToStep",
"text": "Preheat oven to 375°F."
},
{
"@type": "HowToStep",
"text": "Mix flour and baking soda in a bowl."
},
{
"@type": "HowToStep",
"text": "Cream butter and sugars until fluffy."
}
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "523"
}
}
</script>