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: "YogaFun",
description: "YogaFun is an Austin-based yoga studio offering classes for all levels, from beginners to advanced practitioners. Located on Ida Grove Ln, they provide a welcoming environment focused on making yoga accessible and enjoyable for everyone in the community.",
url: "https://myyogafun.com/",
telephone: "+1-512-439-9237",
address: {
@type: "PostalAddress",
streetAddress: "Ida Grove Ln",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78717",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.5021128,
longitude: -97.75344650000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking low-impact exercise, people looking for community wellness classes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Austin 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.