{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/parking-kilmacduagh-county-galway",
  "name": "parking",
  "description": "by the sea - small harbor",
  "url": "https://campertunity.com/listings/campgrounds/parking-kilmacduagh-county-galway",
  "image": [
    "https://img.campercontact.com/media/photos/4222124650812884.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Tarrea",
    "addressLocality": "kilmacduagh",
    "addressRegion": "county-galway",
    "addressCountry": "IE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 53.16668,
    "longitude": -8.94247
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2.25,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  }
}