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: "RelaxSation Massage Therapy & Nails",
description: "RelaxSation Massage Therapy & Nails is a full-service spa combining professional massage therapy and nail care in downtown Boston. They offer a range of massage styles including deep tissue, sports massage, and relaxation treatments, alongside manicures, pedicures, and nail services. The business is known for creating a calming environment where clients can unwind and receive personalized wellness services.",
url: "https://relaxsation.com/",
telephone: "+1-617-482-6800",
address: {
@type: "PostalAddress",
streetAddress: "25 Kingston St Lower Level",
addressLocality: "Boston",
addressRegion: "MA",
postalCode: "02111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3537274,
longitude: -71.0592945
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "874",
bestRating: "5"
},
areaServed: "Boston and surrounding areas",
knowsAbout: "Massage Therapy, Busy professionals, spa enthusiasts, clients seeking combined massage and nail services, stress relief seekers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "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.