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: "Spa Sanity",
description: "Spa Sanity is a full-service wellness spa in Cary offering professional massage therapy, skincare treatments, and relaxation services. Owned and operated with a focus on personalized client care, the spa specializes in customized massage sessions and spa treatments designed to relieve tension, improve wellness, and promote relaxation. They offer convenient online booking and flexible scheduling options to fit client needs.",
url: "https://spasanity.com/book-now/",
telephone: "+1-919-438-2666",
address: {
@type: "PostalAddress",
streetAddress: "539 Keisler Dr #203",
addressLocality: "Cary",
addressRegion: "NC",
postalCode: "27518",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.742880899999996,
longitude: -78.7762437
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "265",
bestRating: "5"
},
areaServed: "Cary, NC and surrounding areas",
knowsAbout: "Massage Therapy, Busy professionals, chronic pain sufferers, individuals seeking stress relief and relaxation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Online Booking & Text Scheduling"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Massage Sessions"
}
],
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.