schemaorg-coda :: Example

eg-0103

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "FollowAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "followee": {
    "@type": "Person",
    "name": "Steve"
  },
  "object": {
    "@type": "Product",
    "name": "Twitter"
  }
}

Pre-Markup

John followed Steve on Twitter.