Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "DS Pilates Studio",
description: "DS Pilates Studio is a dedicated pilates facility in Madero offering specialized classes and training for clients of all fitness levels. With a 5-star rating from customers, the studio focuses on providing quality instruction and personalized attention in a supportive environment. They offer various pilates formats designed to improve strength, flexibility, and overall wellness.",
url: "http://www.dspilates.com/",
telephone: "+1-867-130-9040",
address: {
@type: "PostalAddress",
streetAddress: "Direccion Privada",
addressLocality: "Madero",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.4672225,
longitude: -99.5062303
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Madero and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking core strength training, individuals looking for low-impact exercise options, people interested in improving flexibility and posture",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Pilates Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Highly Rated Studio"
}
],
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.