Structured Data

    Flourish

    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: "Flourish",
      description: "Flourish is a fitness studio in Norfolk specializing in yoga and wellness classes for all levels. Located on Brandon Avenue, they offer a welcoming space for practitioners seeking to improve flexibility, strength, and mindfulness through guided yoga instruction and fitness activities.",
      url: "http://www.flourishoncolley.com/",
      telephone: "+1-757-625-0120",
      address: {
        @type: "PostalAddress",
        streetAddress: "809 Brandon Ave",
        addressLocality: "Norfolk",
        addressRegion: "VA",
        postalCode: "23517",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 36.869167700000006,
        longitude: -76.2976937
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "9",
        bestRating: "5"
      },
      areaServed: "Norfolk, VA and surrounding areas",
      knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking community, wellness-focused individuals",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Community-Focused Studio"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Diverse Class Offerings"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          url: "https://lantern.llc/contact?from=ai-data",
          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.