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: "Nest Acupuncture & Wellness",
description: "Nest Acupuncture & Wellness is a San Francisco-based acupuncture and wellness clinic specializing in traditional Chinese medicine treatments. Led by experienced practitioners, they offer acupuncture, herbal medicine, and complementary wellness services to address pain, stress, fertility concerns, and overall health optimization. The clinic combines evidence-based acupuncture with personalized treatment plans to help patients achieve sustainable wellness results.",
url: "https://www.nestacupuncture.com/",
telephone: "+1-415-673-6378",
address: {
@type: "PostalAddress",
streetAddress: "3329 Sacramento St",
addressLocality: "San Francisco",
addressRegion: "CA",
postalCode: "94118",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.787987,
longitude: -122.44752669999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "37",
bestRating: "5"
},
areaServed: "San Francisco and surrounding Bay Area",
knowsAbout: "Acupuncture, Pain sufferers, individuals managing stress and anxiety, fertility support seekers, wellness-focused patients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
}
],
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.