{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/brunswick-beaches-campground-sunset-beach-nc",
  "name": "Brunswick Beaches Campground",
  "description": "Reserve your tent camping site on or off the water at beautiful Brunswick Beaches RV Resort in Sunset Beach, NC. Book online today!",
  "url": "https://campertunity.com/listings/campgrounds/brunswick-beaches-campground-sunset-beach-nc",
  "image": [
    "https://roadville.com/brunswick-beaches/wp-content/uploads/sites/2/2021/11/brunswick-beaches-tent-site.jpg",
    "https://roadville.com/brunswick-beaches/wp-content/uploads/sites/2/2021/04/brunswick-beaches-rv-resort-logo.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Sunset Beach",
    "addressRegion": "NC",
    "postalCode": "28468",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.880728,
    "longitude": -78.512231
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ]
}