{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/anvil-campground-williamsburg-va",
  "name": "Anvil Campground",
  "description": "Anvil Campground is located at 5243 Mooretown Road, Williamsburg VA 23188. Anvil Campground can be contacted at ***-***-**** or http://www.anvilcampground.com/",
  "url": "https://campertunity.com/listings/campgrounds/anvil-campground-williamsburg-va",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "5243 Mooretown Road",
    "addressLocality": "Williamsburg",
    "addressRegion": "VA",
    "postalCode": "23188",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 37.3076986,
    "longitude": -76.7291087
  }
}