Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Little Yoga Studio",
description: "The Little Yoga Studio is an independent yoga studio in San Diego offering classes for all levels, from beginners to advanced practitioners. Located on Ash Street, they provide a welcoming community-focused environment where students can build their practice through group classes and personalized instruction. Their offerings include various yoga styles designed to meet diverse fitness and wellness goals.",
url: "https://www.littleyoga.studio/",
telephone: "+1-619-544-9642",
address: {
@type: "PostalAddress",
streetAddress: "702 Ash St Suite B",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92101",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7200446,
longitude: -117.15762430000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "47",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking low-impact exercise, wellness-focused individuals, community-oriented practitioners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Community Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Levels Instruction"
}
],
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.