{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/costa-verde-colunga-asturias",
  "name": "Camping Costa Verde",
  "description": "Quiet campsite - beach 150m - dinosaur footprints 300m - center 2km",
  "url": "https://campertunity.com/listings/campgrounds/costa-verde-colunga-asturias",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650807102.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "AS-257",
    "addressLocality": "Colunga",
    "addressRegion": "asturias",
    "postalCode": "33328",
    "addressCountry": "ES"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.49868,
    "longitude": -5.26353
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3.95,
    "reviewCount": 19,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "EUR",
    "price": "25.7",
    "priceValidUntil": "2026-07-22"
  },
  "priceRange": "€25.7+"
}