{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/taffella-lombardy",
  "name": "Taffella",
  "description": "mix parking with separate camper area - located on a main road - 750m from Spiaggia Punto Gró",
  "url": "https://campertunity.com/listings/campgrounds/taffella-lombardy",
  "image": [
    "https://img.campercontact.com/media/photos/4222124650839579.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Via Verona",
    "addressLocality": "Taffella",
    "addressRegion": "lombardy",
    "postalCode": "25019",
    "addressCountry": "IT"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.45657,
    "longitude": 10.64086
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 1.17,
    "reviewCount": 3,
    "bestRating": 5,
    "worstRating": 1
  }
}