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: "Pilates Lane",
description: "Pilates Lane is a specialized pilates studio in Los Gatos offering reformer pilates, mat pilates, and private sessions for clients of all fitness levels. The studio focuses on personalized instruction and small class sizes to help clients build strength, improve flexibility, and achieve their fitness goals through the pilates method.",
url: "https://pilateslane.com/",
telephone: "+1-408-921-2668",
address: {
@type: "PostalAddress",
streetAddress: "14103 Winchester Blvd unit d",
addressLocality: "Los Gatos",
addressRegion: "CA",
postalCode: "95032",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.262586299999995,
longitude: -121.96244920000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Los Gatos and surrounding Silicon Valley communities",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking strength training, people recovering from injury, those new to pilates, individuals looking for personalized fitness instruction",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Pilates Formats"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Small Class Sizes"
}
],
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.