Structured Data

    Little Loveland Yoga

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

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Little Loveland Yoga",
      description: "Little Loveland Yoga is a Houston-based yoga studio offering classes for children and families in a welcoming, community-focused environment. Located on Taft Street, they specialize in making yoga accessible and fun for young practitioners, combining physical movement with mindfulness and play. Their approach emphasizes building healthy habits early while creating a supportive space for families to practice together.",
      url: "http://www.littlelovelandyoga.com/",
      address: {
        @type: "PostalAddress",
        streetAddress: "1004 Taft St suite b",
        addressLocality: "Houston",
        addressRegion: "TX",
        postalCode: "77019",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 29.7574056,
        longitude: -95.38589329999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "3",
        bestRating: "5"
      },
      areaServed: "Houston, TX and surrounding areas",
      knowsAbout: "Yoga Studios, Children and families, beginner yoga practitioners, parents seeking healthy activities for kids",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Child-Centered Classes"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Community Focus"
        }
      ],
      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.