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: "Après Sea Pilates",
description: "Après Sea Pilates is a boutique pilates studio located on Newbury Street in Boston offering mat and reformer pilates classes for all fitness levels. Founded with a focus on personalized instruction and community, the studio provides group classes and private sessions designed to build strength, flexibility, and mind-body connection. Their experienced instructors create a welcoming environment whether you're new to pilates or an advanced practitioner.",
url: "https://apresseapilates.com/",
telephone: "+1-508-619-1747",
address: {
@type: "PostalAddress",
streetAddress: "169 Newbury St #1",
addressLocality: "Boston",
addressRegion: "MA",
postalCode: "02116",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.350769,
longitude: -71.07904049999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Boston, MA and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, beginners exploring pilates, experienced practitioners refining technique",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Boutique Studio Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Format Classes"
}
],
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.