-
hi . A few days ago, Google had an update for the search console which is related to Shipping and Returns informations.
For this purpose, there must be a shippingDetails field/property in the product schema in the offer property.
I sent you this message to suggest that, if possible, put this feature in the product schema.like this:
Product with an offer and shipping details
…
“offers”: {
“@type”: “Offer”,
“url”: “https://www.example.com/trinket_offer”,
“itemCondition”: “https://schema.org/NewCondition”,
“availability”: “https://schema.org/InStock”,
“price”: “39.99”,
“priceCurrency”: “USD”,
“priceValidUntil”: “2020-11-20”,
“shippingDetails”: {
“@type”: “OfferShippingDetails”,
“shippingRate”: {
“@type”: “MonetaryAmount”,
“value”: “3.49”,
“currency”: “USD”
…as google say:
If your products don’t have shipping and return information or the shipping and return information was added incorrectly, you’ll receive warnings in the Merchant Listings report and via email notifications.new warning:
Missing field “shippingDetails” (in “offers”)Documentation:
https://developers.google.com/search/blog/2023/04/shipping-and-returns-informationthanks guys
The ticket ‘Shipping and Returns information on Product Schema’ is closed to new replies.