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: "Tranquility - A Day Spa",
description: "Tranquility - A Day Spa is a full-service spa in North Charleston offering massage therapy, facials, body treatments, and wellness services in a relaxing environment. The spa specializes in creating a peaceful retreat for guests seeking stress relief and rejuvenation through professional therapeutic treatments and skincare services.",
url: "http://www.tranquilityadayspa.com/",
telephone: "+1-843-259-2840",
address: {
@type: "PostalAddress",
streetAddress: "2000 Reynolds Ave Suite 201",
addressLocality: "North Charleston",
addressRegion: "SC",
postalCode: "29405",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8556869,
longitude: -79.9722934
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "98",
bestRating: "5"
},
areaServed: "North Charleston, SC and surrounding areas",
knowsAbout: "Massage Therapy, Stress relief seekers, wellness-focused individuals, special occasion celebrations, corporate groups",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Spa Menu"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Peaceful Retreat Environment"
}
],
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.