Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Reformology Pilates Studio",
description: "Reformology Pilates Studio is a specialized fitness studio in Avondale Estates offering reformer pilates, tower pilates, mat pilates, and private sessions. The studio features state-of-the-art equipment in a thoughtfully designed space that blends classical pilates techniques with innovative approaches. They focus on helping clients reconnect with their bodies and achieve meaningful, lasting results through personalized instruction and community.",
url: "https://www.reformologypilates.com/",
telephone: "+1-678-968-2436",
address: {
@type: "PostalAddress",
streetAddress: "2850 Franklin St suite b",
addressLocality: "Avondale Estates",
addressRegion: "GA",
postalCode: "30002",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.7763981,
longitude: -84.2732417
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Avondale Estates and surrounding DeKalb County areas",
knowsAbout: "Pilates Studios, Pilates enthusiasts of all levels, beginners exploring reformer pilates, fitness-focused individuals seeking low-impact strength training",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "State-of-the-Art Equipment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Class Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Onsite Parking"
}
],
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.