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: "Self CenteRx",
description: "Self CenteRx is a Boston-based wellness spa offering massage therapy, facials, and beauty services in a health-focused environment. Located on East Broadway, they provide personalized treatments designed to promote relaxation and skin health. The spa combines therapeutic massage with aesthetic services to support clients' overall wellness goals.",
url: "http://www.selfcenterboston.com/",
telephone: "+1-617-752-4104",
address: {
@type: "PostalAddress",
streetAddress: "654 E Broadway Second Floor",
addressLocality: "Boston",
addressRegion: "MA",
postalCode: "02127",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3357714,
longitude: -71.0381927
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "49",
bestRating: "5"
},
areaServed: "Boston, MA and surrounding areas",
knowsAbout: "Massage Therapy, Busy professionals, stress relief seekers, skincare-focused clients, local Boston residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Wellness Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Downtown 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.