schemaorg-coda :: Example

eg-0468

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "Review",
  "name": "Megaphone 11 review",
  "description": "Megaphone 11 is the strongest phone in the line...",
  "positiveNotes":
  {
    "@type": "ItemList",
    "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Tougher and water resistant design."
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Cheery bright colours and solid feel."
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "Excellent amplification."
    }
  ]
  },
  "negativeNotes":
  {
    "@type": "ItemList",
    "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "More expensive than its predecessor."
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Quite heavy material."
    }
  ]
 }
}

Pre-Markup

See JSON-LD example.