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: "Kink Pilates",
description: "Kink Pilates is an independent pilates studio in Boston and Newton Highlands offering both group classes and private sessions. Founded on classical pilates principles, the studio emphasizes precision, proper form, and personalized instruction. Owner Sarah and her team create a welcoming environment where both beginners and advanced practitioners receive individual attention and modifications, with small class sizes ensuring maximum effectiveness and injury prevention.",
url: "https://kinkpilates.com/",
telephone: "+1-781-483-7062",
address: {
@type: "PostalAddress",
streetAddress: "25 Lovejoy Wharf",
addressLocality: "Boston",
addressRegion: "MA",
postalCode: "02114",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3671646,
longitude: -71.05985559999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Boston and Newton Highlands, MA",
knowsAbout: "Pilates Studios, Pilates practitioners of all levels, fitness enthusiasts seeking low-impact strength training, people recovering from injury, those wanting personalized instruction",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Classical Pilates Method"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Small Class Sizes & Personal Attention"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Hybrid Offerings"
}
],
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.