{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-homer-la",
  "name": "Spot2Nite",
  "description": "Check out Facowee RV Resort in Homer, Louisiana on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-homer-la",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Homer",
    "addressRegion": "LA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.7517137,
    "longitude": -92.9590667
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/louisiana/homer/facowee-rv-resort"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}