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: "Soul Spa",
description: "Soul Spa is a full-service massage and spa facility in Los Angeles offering therapeutic massage treatments, body treatments, and relaxation services. Located on Santa Monica Boulevard, Soul Spa provides a welcoming environment for clients seeking professional massage therapy and wellness services to relieve stress and tension.",
url: "https://soulspa.zoca.com/",
telephone: "+1-310-317-7717",
address: {
@type: "PostalAddress",
streetAddress: "10934 Santa Monica Blvd",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90025",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.048829999999995,
longitude: -118.43902999999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "110",
bestRating: "5"
},
areaServed: "Los Angeles, CA and surrounding areas",
knowsAbout: "Massage Therapy, Busy professionals, stress relief seekers, individuals recovering from physical tension, wellness-focused clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Spa Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Westside Location"
}
],
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.