schemaorg-coda :: Example

eg-0473

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "OnlineStore",
  "name": "Protocabulators incorporated",
  "description": "Your premium source for first class protocabulators",
  "image": "http://example.com/marketplace/sellerA.png",
  "logo": "http://example.com/marketplace/sellerA_logo.png",
  "parentOrganization": {
    "@type": "OnlineBusiness",
    "name": "Awesome Marketplace",
    "url": "http://example.com/"
  },
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "Switzerland",
    "addressLocality": "Zürich"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingCount": 20,
    "ratingValue": 4.7
  },
  "interactionStatistic": {
    "@type": "InteractionCounter",
    "userInteractionCount": 75,
    "interactionType": "https://schema.org/TradeAction"
  },
  "foundingDate": "2019-10-24"
}

Pre-Markup

Basic JSON-LD example.