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: "Integrative Body Therapies",
description: "Integrative Body Therapies is a massage therapy practice in Brookline specializing in personalized, therapeutic massage services. They offer a range of massage modalities designed to address pain, tension, and overall wellness for clients seeking professional body work. Their integrated approach combines various techniques to meet individual client needs.",
url: "http://www.integrativebodytherapies.com/",
telephone: "+1-617-271-3086",
address: {
@type: "PostalAddress",
streetAddress: "1330 Beacon St # 345",
addressLocality: "Brookline",
addressRegion: "MA",
postalCode: "02446",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.342190699999996,
longitude: -71.1220027
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "97",
bestRating: "5"
},
areaServed: "Brookline, MA and surrounding areas",
knowsAbout: "Massage Therapy, Individuals seeking therapeutic massage for pain management, wellness maintenance, stress relief, and those interested in holistic body care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrative Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.