“areaServed”: {
“@type”: “Country”,
“name”: “United States”
},
“offers”: {
“@type”: “Offer”,
“name”: “Hot Cookie National Delivery”,
“url”: “https://hotcookie.com/our-stores/national”,
“image”: “https://hotcookie.com/wp-content/uploads/2020/11/USPS.jpg”
“priceCurrency”: “USD”,
“availability”: “https://schema.org/InStock”,
“eligibleRegion”: {
“@type”: “Country”,
“name”: “United States”
},
“shippingDetails”: {
“@type”: “OfferShippingDetails”,
“shippingDestination”: {
“@type”: “Country”,
“name”: “United States”
},
“deliveryTime”: {
“@type”: “ShippingDeliveryTime”,
“handlingTime”: {
“@type”: “QuantitativeValue”,
“value”: 1,
“unitCode”: “d”
},
“transitTime”: {
“@type”: “QuantitativeValue”,
“value”: 3,
“unitCode”: “d”
}
}
}
}