outeredge / magento-structured-data-module

Magento Structured Data Module by outer/edge
MIT License
46 stars 13 forks source link

Add priceSpecification type #33

Closed vseager closed 1 year ago

vseager commented 1 year ago

https://developers.google.com/search/docs/appearance/structured-data/product#pricing-example

"offers": {
  "@type": "Offer",
  "priceSpecification": {
    "@type": "UnitPriceSpecification",
    "price": 10.00,
    "priceCurrency": "USD"
  },
  ...
}