Advertisement
Guest User

Untitled

a guest
Jul 12th, 2019
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "http://schema.org/",
  4. "@type": "Recipe",
  5. "name": "New Recipe",
  6. "image": [
  7. "https://uploads-ssl.webflow.com/5a5f74387f97670001865b19.jpg"
  8. ],
  9. "author": {
  10. "@type": "Website",
  11. "name": "Test site"
  12. },
  13. "datePublished": "2000-12-13",
  14. "description": "Description",
  15. "prepTime": "PT25M",
  16. "cookTime": "PT25M",
  17. "totalTime": "PT25M",
  18. "recipeYield": "10 servings",
  19. "recipeCategory": "Indian",
  20. "recipeIngredient": [
  21. "2 cups of flour",
  22. "3/4 cup white sugar",
  23. "2 teaspoons baking powder",
  24. "1/2 teaspoon salt",
  25. "1/2 cup butter",
  26. "2 eggs",
  27. "3/4 cup milk"
  28. ],
  29. "recipeInstructions": [
  30. {
  31. "@type": "HowToStep",
  32. "text": "Preheat the oven to 350 degrees F. Grease and flour a 9x9 inch pan."
  33. },
  34. {
  35. "@type": "HowToStep",
  36. "text": "In a large bowl, combine flour, sugar, baking powder, and salt."
  37. },
  38. {
  39. "@type": "HowToStep",
  40. "text": "Mix in the butter, eggs, and milk."
  41. }
  42. ]
  43. }
  44. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement