eg-0484
From
v29.4
JSON-LD
{
"@context": "https://schema.org/",
"@type": "Product",
"sku": "1234-5678",
"image": "https://www.example.com/dishwasher1234.jpg",
"name": "Household Dishwasher",
"description": "Large capacity household dishwasher",
"gtin14": "12345678901231",
"mpn": "DW1234",
"brand": {
"@type": "Brand",
"name": "Household applicance brand"
},
"hasCertification": {
"@type": "Certification",
"@id": "https://eprel.ec.europa.eu/qr/1779994",
"url": "https://eprel.ec.europa.eu/screen/product/dishwashers2019/1779994"
},
"offers": {
"@type": "Offer",
"url": "https://www.example.com/dishwasher1234",
"itemCondition": "https://schema.org/NewCondition",
"availability": "https://schema.org/InStock",
"price": 499,
"priceCurrency": "EUR"
}
}Pre-Markup
The previous example illustrates a certificate as it could be published on the site of a registration/certification body. A product from a manufacturer, supplier, or merchant could then reference this certificate as follows using the hasCertificate property (using @id to reference the Certification object on the site of the certification body instead of embedding the full Certification within the Product object itself):