Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Lé Force Pilates",
description: "Lé Force Pilates is a boutique pilates studio in Tacoma offering specialized reformer and mat pilates classes designed to build strength and improve flexibility. Their instructors focus on proper form and personalized modifications to help clients of all fitness levels achieve their goals. The studio combines high-energy classes with a supportive community atmosphere.",
url: "https://leforcepilates.com/",
address: {
@type: "PostalAddress",
streetAddress: "5020 Main St suite k",
addressLocality: "Tacoma",
addressRegion: "WA",
postalCode: "98407",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.2979662,
longitude: -122.50352919999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.5",
reviewCount: "35",
bestRating: "5"
},
areaServed: "Tacoma and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, people recovering from injuries, those looking to improve flexibility and core strength",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Reformer Equipment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Class Scheduling"
}
],
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.