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: "Yoga On Main",
description: "Yoga on Main is a yoga studio in Frisco offering a variety of classes for all experience levels. They provide traditional yoga instruction focused on flexibility, strength, and mindfulness in a welcoming studio environment.",
url: "https://www.yogaonmainst.com/",
telephone: "+1-972-294-5936",
address: {
@type: "PostalAddress",
streetAddress: "Yoga on Main, 4645 Avon Ln Ste. #190A",
addressLocality: "Frisco",
addressRegion: "TX",
postalCode: "75033",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.164417199999995,
longitude: -96.8466588
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "44",
bestRating: "5"
},
areaServed: "Frisco, TX and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking flexibility and strength training, individuals interested in mindfulness practices",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Class Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Studio Space"
}
],
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.