{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/westmoreland-state-park-1",
  "name": "Westmoreland State Park",
  "description": "Westmoreland State Park borders 1.5 miles of the Potomac River. In addition to scenic beauty, the park offers hiking, camping, cabins, fishing and boating.",
  "url": "https://campertunity.com/listings/campgrounds/westmoreland-state-park-1",
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.161125,
    "longitude": -76.865002
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boating"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}