Question about SCHEMA / header Module Offer or Product
Posted: Tue May 09, 2023 1:55 pm
Hi All
At the moment i use the headermodule for schema, with type=product for the snippet. i received a email from google that on my site is missing shippingdetails on the schema after a lot of googling i found out that there exist a tag "shippingdetail" but not in the schema for products, it's only in offer.
at the moment i don't get it what is correct, do i need to have a snippet for product or for offer? can anybody help me here? thanks!
At the moment i use the headermodule for schema, with type=product for the snippet. i received a email from google that on my site is missing shippingdetails on the schema after a lot of googling i found out that there exist a tag "shippingdetail" but not in the schema for products, it's only in offer.
at the moment i don't get it what is correct, do i need to have a snippet for product or for offer? can anybody help me here? thanks!
Code: Select all
"shippingDetails": {
"@type": "ShippingDetails",
"shippingRate": {
"@type": "MonetaryAmount",
"currency": "CHF",
"value": "Hier Versandpreis einfügen"
},
"shippingDestination": {
"@type": "DefinedRegion",
"name": "Hier Region einfügen"
},
"shippingDestinationDescription": "Der Preis ist für die gesamte Region gleich."
}