|
|
Ok!
|
|
|
Ok!
|
|---|---|---|---|---|
| 280 | <script type="application/ld+json">
{
"@type" : "Offer",
"hasMerchantReturnPolicy": {
"@type": "MerchantReturnPolicy",
"applicableCountry": "RU",
"returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
"merchantReturnDays": 10,
"returnMethod": "https://schema.org/ReturnInStore",
"returnFees": "https://schema.org/FreeReturn"
},
"shippingDetails": {
"@type": "OfferShippingDetails",
"shippingRate": {
"@type": "MonetaryAmount",
"value": <?=DELIVERY?>,
"currency": "RUB"
},
"shippingDestination": {
"@type": "DefinedRegion",
"addressCountry": "RU"
},
"deliveryTime": {
"@type": "ShippingDeliveryTime",
"handlingTime": {
"@type": "QuantitativeValue",
"minValue": 1,
"maxValue": 1,
"unitCode": "DAY"
},
"transitTime": {
"@type": "QuantitativeValue",
"minValue": 1,
"maxValue": 14,
"unitCode": "DAY"
}
}
},
"priceCurrency": "RUB",
"price": "<?=$price['PRICE']?>",
"itemCondition" : "http://schema.org/NewCondition",
"availability" : "http://schema.org/<?=($offer['CAN_BUY'] ? 'InStock' : 'OutOfStock')?>",
"url" : "https://<?=$_SERVER['HTTP_HOST']?><?=$_SERVER['REQUEST_URI']?>",
"image": "https://<?=$_SERVER['HTTP_HOST']?><?=$actualItem["MORE_PHOTO"][0]['SRC']?>",
"name" : "<?=$item['NAME']?>",
"sku": "<?=str_replace(" ", "_", $item['PROPERTIES']['ARTNUMBER']['VALUE'])?>",
"description" : "<?=get_schema_product_description($item, "PREVIEW")?>"
}
</script> | schema,markup,offer | 39008 | Offer ld+json markup |