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: "Fort Worth Classical Pilates",
description: "Fort Worth Classical Pilates offers personalized classical pilates instruction in Fort Worth, focusing on proper form and controlled movements. Their experienced instructors teach both mat and reformer pilates classes designed to build strength, flexibility, and body awareness. They specialize in creating customized workout plans for clients of all fitness levels, from beginners to advanced practitioners.",
url: "http://www.fortworthclassicalpilates.com/",
telephone: "+1-917-912-0455",
address: {
@type: "PostalAddress",
streetAddress: "2970 Park Hill Dr",
addressLocality: "Fort Worth",
addressRegion: "TX",
postalCode: "76109",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7162279,
longitude: -97.3598796
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Fort Worth, TX and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking strength training, people recovering from injury or looking for low-impact exercise, beginners new to pilates",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Classical Pilates Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Instruction"
}
],
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.