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: "Blossom Hatha Yoga",
description: "Blossom Hatha Yoga in Concord offers traditional hatha yoga classes for students of all levels. This independent studio focuses on foundational yoga practices, breathing techniques, and mindfulness, providing a welcoming environment for both beginners exploring yoga for the first time and experienced practitioners looking to deepen their practice.",
url: "http://www.blossomhathayoga.com/",
telephone: "+1-201-253-7131",
address: {
@type: "PostalAddress",
streetAddress: "2287 Isaac St",
addressLocality: "Concord",
addressRegion: "NC",
postalCode: "28027",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4444172,
longitude: -80.7500871
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Concord, NC and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking low-impact exercise, individuals interested in mindfulness and stress relief",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Hatha Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Levels Welcome"
}
],
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.