{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/home-again-rv-park-boyd-tx",
  "name": "Home Again RV Park",
  "description": "Home Again RV Park is located at 791 Ross Lane, Boyd TX 76023. Home Again RV Park can be contacted at ***-***-**** or http://backhomervpark.com/",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/home-again-rv-park-boyd-tx",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "791 Ross Lane",
    "addressLocality": "Boyd",
    "addressRegion": "TX",
    "postalCode": "76023",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.98799,
    "longitude": -97.606277
  }
}