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: "Ocean Beach Acupuncture",
description: "Ocean Beach Acupuncture provides traditional Chinese acupuncture and wellness services in San Diego's Ocean Beach neighborhood. Located on Sunset Cliffs Boulevard, this practice specializes in acupuncture treatment for pain relief, stress management, and overall health optimization. The clinic combines classical acupuncture techniques with modern clinical practice to address both acute and chronic health concerns.",
url: "http://www.obacupuncture.com/",
telephone: "+1-619-222-8845",
address: {
@type: "PostalAddress",
streetAddress: "1835 Sunset Cliffs Blvd #203",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92107",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.743596,
longitude: -117.2483809
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Ocean Beach, San Diego, CA and surrounding neighborhoods",
knowsAbout: "Acupuncture, Individuals seeking pain relief, those interested in stress and anxiety management, people exploring traditional Chinese medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Ocean Beach Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Acupuncture Practice"
}
],
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.