schemaorg-coda :: Example

eg-0296

From v29.4

JSON-LD

{
  "@context": "https://schema.org/",
  "@type": "Organization",
  "name": "ACME",
  "interactionStatistic": [
    {
      "@type": "InteractionCounter",
      "interactionType": "https://schema.org/LikeAction",
      "userInteractionCount": 1170
    },
    {
      "@type": "InteractionCounter",
      "interactionType": "https://schema.org/FollowAction",
      "userInteractionCount": 145098
    }
  ]
}

Pre-Markup

An organization with a number of likes and follows.