schemaorg-coda :: Example

eg-0247

From v29.4

JSON-LD

{
  "@context": "https://schema.org/",
  "@type": "EmployerAggregateRating",
  "description": "ACME Corp gets 4/5 stars as an employer based on 42 ratings.",
  "itemReviewed": {
    "@type": "Organization",
    "name": "ACME Corp"
  },
  "ratingCount": 42,
  "ratingValue": 4,
  "worstRating": 1,
  "bestRating": 5
}