{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/de-clervaux-clervaux",
  "name": "Camping de Clervaux",
  "description": "Camping Clervaux is a first class campsite in the north of Luxembourg. It is located in a beautiful valley on the banks of the river Clerve with numerous cycling and hiking trails",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/de-clervaux-clervaux",
  "image": [
    "https://www.camping-clervaux.lu/custom/images/logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "33, Klatzewee",
    "addressLocality": "Clervaux",
    "postalCode": "9714",
    "addressCountry": "LU"
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Biking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Meadow"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}