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: "Kabuki Springs & Spa",
description: "Kabuki Springs & Spa is a full-service wellness destination in San Francisco offering massage therapy, body treatments, facials, and access to traditional Japanese-style bathhouses. Located on Geary Boulevard, Kabuki combines modern spa amenities with authentic bathing experiences, serving both locals and visitors seeking relaxation and holistic wellness.",
url: "http://www.kabukisprings.com/",
telephone: "+1-415-922-6000",
address: {
@type: "PostalAddress",
streetAddress: "1750 Geary Blvd",
addressLocality: "San Francisco",
addressRegion: "CA",
postalCode: "94115",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7847765,
longitude: -122.4326245
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "840",
bestRating: "5"
},
areaServed: "San Francisco, CA and surrounding Bay Area",
knowsAbout: "Massage Therapy, Spa enthusiasts seeking traditional Japanese wellness experiences, travelers looking for relaxation, locals seeking regular massage and spa treatments",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Japanese Bathhouse Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Spa Services"
}
],
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.