Product microdata
The product microdata component adds product microdata to the page output in json+ld format. The contents of the microdata can be edited in the site settings.
Example output
<script type="application/ld+json">
{
"@context":"http://schema.org/",
"@type":"Product",
"name":"Productname",
"description":"Product description",
"image":"Product image",
"offers":
{
"priceCurrency":"EUR",
"@type":"Offer",
"price":100.00
}
}
</script>
Path to component
/sitecore/layout/Renderings/Mercury/Feature/SEO/MicrodataProduct
Note
This component is usually added to a layout by a developer.
Cache behavior
[x] Cacheable
[ ] Clear on Index Update
[x] Vary By Data
[ ] Vary By Device
[ ] Vary By Login
[ ] Vary By Parm
[ ] Vary By Query String
[ ] Vary By User
Data source
No datasource
Rendering parameters
No rendering parameters