{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/salen-bay-isle-mull",
  "name": "Salen baycampsite",
  "description": "Salen Bay Campsite is off the beaten track - offers elevated camping areas with 360 degree views of the mountains - the sea with easy access to the coast.",
  "url": "https://campertunity.com/listings/campgrounds/salen-bay-isle-mull",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651069340.jpeg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Ardmor Road",
    "addressLocality": "Isle of Mull",
    "addressRegion": "scotland",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 56.52332,
    "longitude": -5.94029
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.33,
    "reviewCount": 3,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "GBP",
    "price": "22",
    "priceValidUntil": "2026-07-24"
  },
  "priceRange": "£22+"
}