{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/camping-saint-pierre-locmariaquer-bretana",
  "name": "Camping Saint Pierre",
  "description": "Nice place by the sea - center 2.5 km",
  "url": "https://campertunity.com/listings/campgrounds/camping-saint-pierre-locmariaquer-bretana",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650934659.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Route de Saint-Pierre",
    "addressLocality": "Locmariaquer",
    "addressRegion": "bretana",
    "postalCode": "56740",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.56428,
    "longitude": -2.96671
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "EUR",
    "price": "19.4",
    "priceValidUntil": "2026-07-04"
  },
  "priceRange": "€19.4+"
}