{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/robin-hood-village-union-wa",
  "name": "Robin Hood Village",
  "description": "Robin Hood Village is located near Union, WA, and offers a camping experience surrounded by forested terrain. The area experiences temperatures ranging from the 30s in winter to the 70s in summer. Campers can explore nearby attractions such as the Hood Canal and Olympic National Park.",
  "url": "https://campertunity.com/listings/campgrounds/robin-hood-village-union-wa",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "6780 East State Route 106",
    "addressLocality": "Union",
    "addressRegion": "WA",
    "postalCode": "98592",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.34937019,
    "longitude": -123.073641
  },
  "sameAs": [
    "https://thedyrt.com/camping/washington/robin-hood-cottages-and-rv-site"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Restaurant"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "0",
    "priceValidUntil": "2026-09-24"
  },
  "priceRange": "$0+"
}