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: "Hot Yoga Largo",
description: "Hot Yoga Largo is a dedicated yoga studio in Largo offering heated yoga classes designed to improve flexibility, strength, and mental clarity. They specialize in hot yoga practice in a warm, supportive environment and welcome both beginners and experienced practitioners.",
url: "https://hotyogalargo.com/",
telephone: "+1-727-228-2230",
address: {
@type: "PostalAddress",
streetAddress: "12972 Walsingham Rd",
addressLocality: "Largo",
addressRegion: "FL",
postalCode: "33774",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.879814099999997,
longitude: -82.818607
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "103",
bestRating: "5"
},
areaServed: "Largo, FL and surrounding areas",
knowsAbout: "Yoga Studios, Fitness enthusiasts seeking hot yoga, flexibility improvement, stress relief, wellness-focused individuals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Heated Practice Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Inclusive Community"
}
],
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.