Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Uptown Hot Yoga",
description: "Uptown Hot Yoga is a Charlotte-based yoga studio specializing in heated yoga classes for fitness enthusiasts of all levels. Located in the Uptown neighborhood, they offer a variety of hot yoga styles designed to build strength, flexibility, and mindfulness while providing a supportive community environment.",
url: "https://www.uptownhotyoga.com/",
address: {
@type: "PostalAddress",
streetAddress: "550 E Brooklyn Vlg Ave",
addressLocality: "Charlotte",
addressRegion: "NC",
postalCode: "28202",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.219159499999996,
longitude: -80.8445851
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Charlotte, NC and surrounding areas",
knowsAbout: "Yoga Studios, Fitness enthusiasts seeking hot yoga, individuals new to yoga, professionals in Uptown Charlotte looking for convenient wellness classes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Hot Yoga Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Uptown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Oriented"
}
],
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.