{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/alices-rv-park-opelousas-la",
  "name": "Alice's RV Park",
  "description": "Eight full hook-up sites with access to electricity, water and sewer hook-up. RV rental, laundry, picnic tables, church services available. One pet allowed per party.",
  "url": "https://campertunity.com/listings/campgrounds/alices-rv-park-opelousas-la",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "631 Desiree Road",
    "addressLocality": "Opelousas",
    "addressRegion": "LA",
    "postalCode": "70570",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.520874,
    "longitude": -92.149469
  },
  "sameAs": [
    "https://www.explorelouisiana.com/lodging/campgrounds-rv-parks/alices-rv-park"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic Table"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Full Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Water Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Sewer Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Laundry"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic Table"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}