Metadata usability test

Metadata usability test

So imagine this is some recipe page and inside of it we have some @type: Recipe metadata, from the snippet which will enable us to get rich pins from supported websites such as this one

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Recipe",
  "author": "John Smith",
  "cookTime": "PT1H",
  "datePublished": "2009-05-08",
  "description": "This classic banana bread recipe comes from my mom -- the walnuts add a nice texture and flavor to the banana bread.",
  "image": "bananabread.jpg",
  "recipeIngredient": [
    "3 or 4 ripe bananas, smashed",
    "1 egg",
    "3/4 cup of sugar"
  ],
}
</script>
image
Rich text validator screenshot from Google