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: "Fly With Grace",
description: "Fly With Grace is a yoga studio and fitness center in Leander offering a variety of yoga classes and fitness activities in a welcoming environment. The studio combines traditional yoga instruction with modern fitness amenities to serve the local community's wellness needs.",
url: "http://www.flywithgrace.co/",
telephone: "+1-619-728-8036",
address: {
@type: "PostalAddress",
streetAddress: "1709 Fountain Bridge Dr",
addressLocality: "Leander",
addressRegion: "TX",
postalCode: "78641",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.562449299999997,
longitude: -97.81747039999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Leander, TX and surrounding areas",
knowsAbout: "Yoga Studios, Yoga enthusiasts, fitness beginners, those seeking group fitness classes, wellness-focused individuals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Yoga & Fitness Integration"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
}
],
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.