{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-greenville-me",
  "name": "Spot2Nite",
  "description": "Check out Moosehead Family Campground in Greenville, Maine on Spot2Nite",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-greenville-me",
  "image": [
    "https://spot2nite-staging.s3-us-west-2.amazonaws.com/uploads/photo/attachments/011d1c0a-6ba1-11ef-8b9a-c5ebb20f3f51/card.jpg?v=63892771956"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "312 Moosehead Lake Road",
    "addressLocality": "Greenville",
    "addressRegion": "ME",
    "postalCode": "04441",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.4374989,
    "longitude": -69.5889466
  },
  "checkinTime": "13:00:00",
  "checkoutTime": "11:00:00",
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "34",
    "priceValidUntil": "2026-07-25"
  },
  "priceRange": "$34+"
}