{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/dog-inn-ludham-engeland",
  "name": "The Dog Inn",
  "description": "Overnight stay at pub - no facilities",
  "url": "https://campertunity.com/listings/campgrounds/dog-inn-ludham-engeland",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651278268.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Norwich Road",
    "addressLocality": "ludham",
    "addressRegion": "engeland",
    "postalCode": "NR29 5NY",
    "addressCountry": "verenigd-koninkrijk"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.70211,
    "longitude": 1.51494
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "25",
    "priceValidUntil": "2026-08-16"
  },
  "priceRange": "25+"
}