Structured Data

    3rd Street Yoga

    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: "3rd Street Yoga",
      description: "3rd Street Yoga is a full-service yoga studio in downtown Edmond offering classes for all levels, from beginners to advanced practitioners. Located at 106 W 3rd St, the studio provides a welcoming environment for students seeking to develop their yoga practice, improve flexibility and strength, and explore the mind-body connection through various yoga disciplines.",
      url: "http://www.3rdstreetyogastudio.com/",
      telephone: "+1-405-757-4420",
      address: {
        @type: "PostalAddress",
        streetAddress: "106 W 3rd St",
        addressLocality: "Edmond",
        addressRegion: "OK",
        postalCode: "73003",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.6522378,
        longitude: -97.4845259
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "40",
        bestRating: "5"
      },
      areaServed: "Edmond, Oklahoma and surrounding areas",
      knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts, stress relief seekers, flexibility and strength builders",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Downtown Location"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "All-Level Classes"
        }
      ],
      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.