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: "Premier Pilates Plus",
description: "Premier Pilates Plus offers personalized Pilates instruction in Dallas, combining mat and reformer Pilates techniques to help clients build strength, improve flexibility, and enhance overall fitness. The studio specializes in small-group classes and private sessions tailored to individual fitness levels and goals. Whether you're new to Pilates or an experienced practitioner, Premier Pilates Plus provides a supportive environment to achieve results.",
url: "http://www.premierpilatesplus.net/",
telephone: "+1-972-965-7296",
address: {
@type: "PostalAddress",
streetAddress: "5850 Maple Ave 2nd floor",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75235",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8233652,
longitude: -96.8385565
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Dallas, TX and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, people recovering from injury, beginners exploring Pilates, experienced practitioners refining technique",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Small Class Sizes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Mat & Reformer Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Private Sessions Available"
}
],
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.