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: "Peachtree Yoga Center",
description: "Peachtree Yoga Center is a full-service yoga studio in Sandy Springs offering classes for all experience levels, from complete beginners to advanced practitioners. They provide a welcoming environment with flexible scheduling and drop-in options, making yoga accessible whether you're looking to build a consistent practice or explore yoga for the first time.",
url: "http://www.peachtreeyoga.com/",
telephone: "+1-404-847-9642",
address: {
@type: "PostalAddress",
streetAddress: "6046 Sandy Springs Cir",
addressLocality: "Sandy Springs",
addressRegion: "GA",
postalCode: "30328",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.9211582,
longitude: -84.3853907
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "81",
bestRating: "5"
},
areaServed: "Sandy Springs and surrounding Atlanta area",
knowsAbout: "Yoga Studios, Beginners exploring yoga, fitness enthusiasts seeking flexibility and mindfulness, busy professionals needing stress relief",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Drop-In Friendly"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Experience Levels"
}
],
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.