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: "Leah's Massage Therapy",
description: "Leah's Massage Therapy is an independent massage practice in Mount Pleasant offering personalized therapeutic massage services. Leah specializes in helping clients achieve relaxation, pain relief, and improved wellness through skilled massage techniques tailored to individual needs.",
url: "http://leahs-massage-therapy.square.site/",
telephone: "+1-843-513-0419",
address: {
@type: "PostalAddress",
streetAddress: "1470 Ben Sawyer Blvd building Suite D16",
addressLocality: "Mt Pleasant",
addressRegion: "SC",
postalCode: "29464",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7904698,
longitude: -79.8518411
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "66",
bestRating: "5"
},
areaServed: "Mount Pleasant, SC and surrounding areas",
knowsAbout: "Massage Therapy, Individuals seeking therapeutic massage, people with muscle tension or pain, those new to massage therapy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Practice"
}
],
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.