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: "Jarana Pilates Studio",
description: "Jarana Pilates Studio is an independent pilates studio in Westwood offering reformer pilates, mat pilates, and private sessions for clients of all levels. The studio specializes in small group classes and personalized instruction designed to build strength, flexibility, and core stability. With a focus on accessibility and technique, Jarana provides a welcoming environment for both pilates beginners and experienced practitioners.",
url: "https://jaranapilates.com/",
telephone: "+1-610-368-3542",
address: {
@type: "PostalAddress",
streetAddress: "125 Partridge Dr",
addressLocality: "Westwood",
addressRegion: "MA",
postalCode: "02090",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.2072156,
longitude: -71.1615472
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Westwood, MA and surrounding communities",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, Pilates beginners, Athletes looking to improve core stability and flexibility",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Small Class Sizes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Pilates Formats"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Beginner-Friendly Approach"
}
],
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.