{ "@context": "https://schema.org", "@graph": [ { "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@id": "https://ejemplo.com/categoria", "name": "Categoría" } }, { "@type": "ListItem", "position": 2, "item": { "@id": "https://ejemplo.com/producto", "name": "Producto" } } ] }, { "@type": "Product", "name": "Horno Industrial Maigas", "description": "Horno de convección ideal para panadería...", "sku": "HORNO123", "url": "https://gastronomiareal.cl/producto/horno-industrial-maigas", "image": "https://gastronomiareal.cl/img/horno.jpg", "brand": { "@type": "Brand", "name": "Maigas" }, "gtin13": "1234567890123", "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.5", "reviewCount": "23" }, "offers": { "@type": "Offer", "priceCurrency": "CLP", "price": "799990", "priceValidUntil": "2025-12-31", "availability": "http://schema.org/InStock", "url": "https://gastronomiareal.cl/producto/horno-industrial-maigas", "seller": { "@type": "Organization", "name": "Gastronomía Real" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingRate": { "@type": "MonetaryAmount", "value": "0", "currency": "CLP" }, "shippingDestination": [ { "@type": "DefinedRegion", "name": "Región del Biobío" }, { "@type": "DefinedRegion", "name": "Región Metropolitana de Santiago" } ], "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 0, "maxValue": 1, "unitCode": "d" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 2, "maxValue": 3, "unitCode": "d" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "isReturnable": true, "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 7, "returnShippingFeesAmount": { "@type": "MonetaryAmount", "value": "0", "currency": "CLP" } } } } ] }