{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-burnet-tx",
  "name": "Heart of Texas Lake Resort",
  "description": "Check out Heart of Texas Lake Resort in Burnet, Texas on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-burnet-tx",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Burnet",
    "addressRegion": "TX",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.7193587,
    "longitude": -98.4036349
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/texas/burnet/heart-of-texas-lake-resort"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}