Use the certification [certification] attribute to describe certifications required by local regulations, such as energy efficiency ratings and CO2 class, associated with a product. To show your product with a supported certification, provide a supported combination of authority [certification_authority], name [certification_name], and code [certification_code].
On this page
When to use
Optional for products that require certain information to be shown in your Shopping ads or free listings, for example due to local regulations and for supported voluntary certifications as described below.
If you don't provide certification information for your products, Google may automatically add it based on GTIN and MPN data. This helps ensure that your products' certification information is shown accurately on Google. You can correct or update the information by submitting new certification attributes and sub-attributes for your products.
Supported certifications
- EU Energy Labeling (EPREL)
- CO2 Efficiency of Vehicles in France (ADEME)
- CO2 and Efficiency of Vehicles in Germany (BMWK)
- Energy Star in the United States and Canada
Format
Follow these formatting guidelines to make sure Google understands the data you're submitting. Learn when and how to submit your product data.
| Formatting specifications | |
|---|---|
| Technical name | certification |
| Type | Unicode characters (Recommended: ASCII only) |
| Sub-attributes |
|
| Repeated field | Yes |
| Schema.org property (Whatâs this?) | Product.hasCertification Type: Certification (specify properties issuedBy, name, and certificationIdentification) |
File format examples
To ensure your attribute is recognized correctly, use the formatting specific to your data source type.
| Data source format | Examples |
|---|---|
| Text (TSV or CSV) data sources |
Format the attribute header by including the sub-attributes youâre submitting. Include certification The authority For example, to submit 3 sub-attributes authority
Example header and values: For EPREL:
For Vehicles:
If you don't include the sub-attributes in the attribute header, weâll assume that your values include 3 sub-attributes in this order:
|
| XML data sources |
|
| Merchant API | To format your data in the Merchant API, check the Merchant API resource. |
How to encode in Schema.org
The following example illustrates how to specify certification information using structured data. The example specifies an EPREL energy efficiency label for an LED.
{
"@context": "https://schema.org/",
"@type": "Product",
"sku": "1234-5678",
"image": "https://www.example.com/led.jpg",
"name": "LED",
"description": "Dimmable LED",
"gtin14": "12345678901231",
"mpn": "WH1234",
"brand": {
"@type": "Brand",
"name": "ExampleLightingBrand"
},
"hasCertification": {
"@type": "Certification",
"issuedBy": {
"@type": "Organization",
"name": "European_Commission"
},
"name": "EPREL",
"certificationIdentification": "123456"
},
"offers": {
"@type": "Offer",
"url": "https://www.example.com/led",
"itemCondition": "https://schema.org/NewCondition",
"availability": "https://schema.org/InStock",
"price": 2.30,
"priceCurrency": "EUR"
}
}Minimum requirement
This is the requirement you need to meet to show your product with a supported certification. If you donât follow this requirement, you'll find a warning in the âNeeds attentionâ tab. No products will be disapproved due to not meeting the minimum requirements:
- Provide a supported combination of Authority, Name and Code.