{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bridge-bay-campground-yellowstone-national-park-wy",
  "name": "Bridge Bay Campground",
  "description": "The scenic Bridge Bay Campground has wooded areas, meadows, and views of Yellowstone Lake. A favorite with fishing and boating enthusiasts.",
  "url": "https://campertunity.com/listings/campgrounds/bridge-bay-campground-yellowstone-national-park-wy",
  "image": [
    "https://www.yellowstonenationalparklodges.com/content/uploads/2017/04/Bridge-Bay-A-Loop.jpg",
    "https://secure.gravatar.com/avatar/8a4104124e3c9f99e86f5fa767404317?s=96&d=blank&r=g",
    "http://www.yellowstonenationalparklodges.com/content/uploads/2017/09/Sunset-Birds.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "260 Bridge Bay Campground",
    "addressLocality": "Yellowstone National Park",
    "addressRegion": "WY",
    "postalCode": "82190",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.5390031,
    "longitude": -110.4372817
  },
  "sameAs": [
    "https://www.yellowstonenationalparklodges.com/lodgings/campground/bridge-bay-campground/?utm_source=google-gbp&utm_medium=organic&utm_campaign=gbp",
    "https://www.yellowstonenationalparklodges.com/lodgings/camping/bridge-bay-campground/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boating"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Meadow"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}