schemaorg-coda :: Example

eg-0487

From v29.4

JSON-LD

{
    "@context": "https://schema.org",
    "@type": "Product",
    "hasCertification": [
      {
        "@type": "Certification",
        "name": "FCC",
        "certificationStatus": "http://schema.org/CertificationActive",
        "certificationIdentification": {
          "@type": "DefinedTerm",
          "termCode": "BCG-E3307A",
          "inDefinedTermSet": "https://apps.fcc.gov/coresWeb/publicHome.do"
        },
        "logo": "https://www.fcc.gov/sites/default/files/fcc-logo-black-2020-large.png",
        "issuedBy": {
          "@type": "Organization",
          "url": "https://www.fcc.gov/",
          "name": "Federal Communications Commission"
        }
      },
      {
        "@type": "Certification",
        "certificationStatus": "http://schema.org/CertificationActive",
        "name": "CE",
        "issuedBy": {
          "@type": "Organization",
          "url": "https://europa.eu/",
          "name": "European Commission"
        }
      }
    ]
  }

Pre-Markup

A mobile phone product certified by the FCC and bearing the CE mark.