{
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "Aversa store di Fusco Francesco",
    "description": "Vendita on line di prodotti informatici e fotografici.",
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "Via Cicerone, 28",
        "postalCode": "81031",
        "addressLocality": "Aversa",
        "addressRegion": "Campania",
        "addressCountry": "IT"
    },
    "contactPoint": [
        {
            "@type": "ContactPoint",
            "telephone": "0813445354"
        },
        {
            "@type": "ContactPoint",
            "faxNumber": "0813445354"
        }
    ],
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.pagineaziende.net/azienda.php?id=2290"
    }
}