{
    "@context": "https://schema.org",
    "@type": "Product",
    "@id": "https://www.compradiretto.it/json/farm-products/arance-navel.json",
    "name": "Arance Navel",
    "description": "Caratteristiche: arance dolcissime e succo abbondante.",
    "sku": "39",
    "category": "Frutta",
    "offers": {
        "@type": "Offer",
        "price": "2.90",
        "priceCurrency": "EUR",
        "availability": "https://schema.org/InStock",
        "priceSpecification": {
            "@type": "UnitPriceSpecification",
            "price": "2.90",
            "priceCurrency": "EUR",
            "unitCode": "KGM",
            "valueAddedTaxIncluded": true,
            "description": "IVA: 4% inclusa"
        }
    },
    "additionalProperty": [
        {
            "@type": "PropertyValue",
            "name": "Produzione",
            "value": "300 Kg."
        },
        {
            "@type": "PropertyValue",
            "name": "Prezzo al Kg",
            "value": "€ 2.90 /Kg."
        },
        {
            "@type": "PropertyValue",
            "name": "IVA",
            "value": "4% inclusa"
        }
    ],
    "producer": {
        "@type": "Organization",
        "name": "Azienda agricola Alfonso Pacilio ",
        "url": "https://www.compradiretto.it/json/companies/azienda-agricola-alfonso-pacilio.json"
    },
    "mainEntityOfPage": "https://www.compradiretto.it/annuncio.php?id=39",
    "image": [
        "https://www.compradiretto.it/upload/annunci/39/75162825-DB6B-4B81-A534-677F300C8C39.jpeg"
    ],
    "about": [
        {
            "@type": "Product",
            "name": "Arancie",
            "url": "https://www.compradiretto.it/json/products/arancie.json"
        }
    ]
}