Structured Data

    Crow Pool

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Crow Pool",
      description: "Crow Recreation Center offers swim lessons through Charlottesville Parks & Recreation at an indoor heated pool facility. Located at 1700 Rose Hill Drive, this public recreation center provides aquatics programming for the community with weekday evening hours. As a municipal facility, Crow Pool offers affordable, accessible swim instruction for various age groups and skill levels.",
      url: "https://www.charlottesville.gov/600/Crow-Recreation-Center",
      telephone: "+1-434-970-3151",
      address: {
        @type: "PostalAddress",
        streetAddress: "1700 Rose Hill Dr",
        addressLocality: "Charlottesville",
        addressRegion: "VA",
        postalCode: "22903",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.052829700000004,
        longitude: -78.48240659999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.4",
        reviewCount: "19",
        bestRating: "5"
      },
      areaServed: "Charlottesville, VA and surrounding areas",
      knowsAbout: "Families seeking affordable swim lessons, beginners, community members wanting public pool access",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Municipal Facility"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Indoor Heated Pool"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          email: "ai@lantern.llc",
          contactType: "AI inquiries"
        }
      }
    }

    This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.