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: "BlueLuxe Spa",
description: "BlueLuxe Spa is an independent massage therapy practice in Atlanta offering personalized massage treatments designed to restore balance and promote healing. Owner and experienced massage therapist provides individualized care focused on helping clients find their center and support their overall wellness journey.",
url: "http://www.blueluxespa.com/",
telephone: "+1-404-655-8202",
address: {
@type: "PostalAddress",
streetAddress: "270 Carpenter Dr NE Suite 540",
addressLocality: "Atlanta",
addressRegion: "GA",
postalCode: "30328",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.9142462,
longitude: -84.3776324
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "65",
bestRating: "5"
},
areaServed: "Atlanta, Georgia",
knowsAbout: "Massage Therapy, Individuals seeking personalized massage therapy, wellness-focused clients, people recovering from stress or tension",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Practitioner"
}
],
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.