{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/portree-seaside-portree",
  "name": "Portree Seaside",
  "description": "near the harbor with a beautiful view - center 400m",
  "url": "https://campertunity.com/listings/campgrounds/portree-seaside-portree",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651033815.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Lisigarry Ct",
    "addressLocality": "portree",
    "addressRegion": "schotland",
    "addressCountry": "verenigd-koninkrijk"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 57.41229,
    "longitude": -6.19586
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2.55,
    "reviewCount": 11,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "300",
    "priceValidUntil": "2026-07-24"
  },
  "priceRange": "300+"
}