Structured Data

    The Graceful Yogi

    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: "The Graceful Yogi",
      description: "The Graceful Yogi is an Emeryville-based yoga studio offering classes for practitioners of all levels. Located on Powell Street, they provide a welcoming environment for both beginners and experienced yogis looking to deepen their practice and improve flexibility, strength, and mindfulness.",
      url: "http://thegracefulyogi.com/",
      telephone: "+1-415-710-4660",
      address: {
        @type: "PostalAddress",
        streetAddress: "2340 Powell St",
        addressLocality: "Emeryville",
        addressRegion: "CA",
        postalCode: "94608",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.837579999999996,
        longitude: -122.30216379999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "6",
        bestRating: "5"
      },
      areaServed: "Emeryville and surrounding East Bay communities",
      knowsAbout: "Yoga Studios, Beginners exploring yoga, experienced practitioners seeking community, fitness enthusiasts wanting flexibility and mindfulness training",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Accessible to All Levels"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Convenient Emeryville Location"
        }
      ],
      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.