{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/shore-birds-ocean-view-nj",
  "name": "Shore Birds Camp Ground",
  "description": "Shore Birds Camp Ground is located at 1314 Stagecoach Road, Ocean View NJ 8230. Shore Birds Camp Ground can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/shore-birds-ocean-view-nj",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1314 Stagecoach Road",
    "addressLocality": "Ocean View",
    "addressRegion": "NJ",
    "postalCode": "8230",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.238717,
    "longitude": -74.6893021
  }
}