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: "Sculpt Shop",
description: "Sculpt Shop is a boutique fitness studio in West Palm Beach specializing in Pilates classes for all fitness levels. They offer both reformer and mat Pilates instruction in a supportive, community-focused environment designed to help clients build strength, improve flexibility, and achieve their fitness goals through low-impact, full-body workouts.",
url: "https://www.sculptshops.com/west-palm-beach-about",
telephone: "+1-561-690-4956",
address: {
@type: "PostalAddress",
streetAddress: "4909 S Dixie Hwy",
addressLocality: "West Palm Beach",
addressRegion: "FL",
postalCode: "33405",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.6686309,
longitude: -80.0555357
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "29",
bestRating: "5"
},
areaServed: "West Palm Beach and surrounding South Palm Beach County areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact workouts, people recovering from injury, those looking to build core strength and flexibility, beginners exploring Pilates",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Reformer & Mat Pilates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused 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.