{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/tilery-cottage-sedgefield-england",
  "name": "Tilery Cottage Campsite",
  "description": "Camping Tilery Cottage - for opening times and prices: see website",
  "url": "https://campertunity.com/listings/campgrounds/tilery-cottage-sedgefield-england",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Hartlepool Road",
    "addressLocality": "sedgefield",
    "addressRegion": "england",
    "postalCode": "TS22 5NW",
    "addressCountry": "united-kingdom"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 54.65022,
    "longitude": -1.38079
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}