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: "Y2 Yoga",
description: "Y2 Yoga is a Charlotte-based yoga studio offering classes for all levels, from beginner to advanced practitioners. Located on Sharon Amity Road, Y2 Yoga provides a welcoming environment for individuals seeking to improve flexibility, strength, and mental clarity through traditional and contemporary yoga practices. The studio serves both fitness enthusiasts and those new to yoga, with a focus on making yoga accessible to the community.",
url: "https://y2yoga.com/",
telephone: "+1-704-456-9642",
address: {
@type: "PostalAddress",
streetAddress: "274 S Sharon Amity Rd Unit 1",
addressLocality: "Charlotte",
addressRegion: "NC",
postalCode: "28211",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.1761759,
longitude: -80.8025432
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "139",
bestRating: "5"
},
areaServed: "Charlotte, NC and surrounding areas",
knowsAbout: "Yoga Studios, Fitness enthusiasts, beginners exploring yoga, people seeking stress relief and flexibility training, community-minded practitioners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Levels Classes"
},
{
@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.