{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/la-grande-metairie-carnac-bretagne",
  "name": "La Grande Métairie",
  "description": "A 5-star camping village in the South Bretagne",
  "url": "https://campertunity.com/listings/campgrounds/la-grande-metairie-carnac-bretagne",
  "image": [
    "https://www.marvilla-parks.com/photos/camping/2606/1.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Route de Kerlescan",
    "addressLocality": "Carnac",
    "addressRegion": "Bretagne",
    "postalCode": "56340",
    "addressCountry": "Frankreich"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.595833814841,
    "longitude": -3.0591608039503
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 1001,
    "bestRating": 5,
    "worstRating": 1
  }
}