{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/fieldridge-acres-charlotte-nc",
  "name": "Fieldridge Acres",
  "description": "Check out Fieldridge Acres in Charlotte, North Carolina on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/fieldridge-acres-charlotte-nc",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Charlotte",
    "addressRegion": "NC",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.242006,
    "longitude": -80.9738544
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/north-carolina/charlotte/fieldridge-acres",
    "https://www.rvezy.com"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}