{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/area-comunale-valdagno-veneto",
  "name": "Area Comunale",
  "description": "at sporthal-Centre 500 m",
  "url": "https://campertunity.com/listings/campgrounds/area-comunale-valdagno-veneto",
  "image": [
    "https://img.campercontact.com/media/photos/4222124650733958.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Via Alessandro Volta",
    "addressLocality": "valdagno",
    "addressRegion": "veneto",
    "postalCode": "36078",
    "addressCountry": "IT"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.64475,
    "longitude": 11.30686
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2.75,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  }
}