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: "Massage Charleston",
description: "Massage Charleston is a therapeutic massage studio in Charleston offering personalized massage therapy to relieve stress, muscular tension, inflammation, and chronic pain. The therapist specializes in working with athletes and active individuals recovering from workouts, injuries, or surgery, while also providing general wellness massage and self-care guidance to enhance quality of life.",
url: "https://www.massagebook.com/therapists/MassageCharleston?src=external",
telephone: "+1-843-364-9000",
address: {
@type: "PostalAddress",
streetAddress: "102 Wappoo Creek Dr Suite #7",
addressLocality: "Charleston",
addressRegion: "SC",
postalCode: "29412",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7632273,
longitude: -79.97766229999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "30",
bestRating: "5"
},
areaServed: "Charleston, SC and surrounding areas",
knowsAbout: "Massage Therapy, Athletes and active individuals, people recovering from injury or surgery, anyone seeking stress relief and muscular tension reduction",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Athlete-Focused Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Self-Care Education"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Appointment-Only Studio"
}
],
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.