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 Jade Room",
description: "The Jade Room is a yoga studio located in Charlotte offering classes for practitioners of all levels. Led by experienced instructors, the studio provides a welcoming environment for those looking to develop their yoga practice, improve flexibility, and enhance overall wellness through mindful movement and breath work.",
url: "https://www.ashleymastershealingarts.com/the-jade-room-1",
telephone: "+1-704-287-9552",
address: {
@type: "PostalAddress",
streetAddress: "1419 E 7th St",
addressLocality: "Charlotte",
addressRegion: "NC",
postalCode: "28204",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.2181204,
longitude: -80.8250066
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Charlotte, NC and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking low-impact exercise, individuals interested in mindfulness and wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Yoga Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Instructors"
}
],
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.