Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. ItemList
  2. itemListElement: [
  3. {
  4. @type: ListItem
  5. position: 1
  6. item: {
  7. @type: Recipe
  8. url: http://example.com/big_list_of_recipes#recipe_1
  9. name: George's Cherry Pie
  10. author: George Smith
  11. ... all other required Recipe type properties ...}
  12. },
  13. {
  14. @type: ListItem
  15. position: 2
  16. item: {
  17. @type: Recipe
  18. url: http://example.com/big_list_of_recipes#recipe_2
  19. name: Party Coffee Cake
  20. author: Mary Stone
  21. ... all other required Recipe type properties ...}
  22. },
  23. ... more recipes ...
  24. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement