Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Pilates Cool Springs",
description: "Pilates Cool Springs is a dedicated Pilates studio located in Franklin, offering reformer and mat Pilates classes for all fitness levels. The studio provides personalized instruction in a welcoming environment designed to help clients build strength, flexibility, and body awareness through controlled Pilates movements.",
url: "http://pilatescoolsprings.com/",
address: {
@type: "PostalAddress",
streetAddress: "3326 Aspen Grove Dr Building D, Suite 404",
addressLocality: "Franklin",
addressRegion: "TN",
postalCode: "37067",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9423422,
longitude: -86.8262659
},
areaServed: "Franklin and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts, core strength seekers, individuals recovering from injury, all fitness levels",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Pilates Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Cool Springs Location"
}
],
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.