Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Synergy Acupuncture & Dry Needling",
description: "Synergy Acupuncture & Dry Needling is a health clinic in San Jose specializing in acupuncture and dry needling therapies. Led by experienced practitioners, they focus on pain relief and recovery using traditional acupuncture techniques combined with modern dry needling approaches. The clinic serves patients seeking non-invasive treatment options for musculoskeletal pain, injury recovery, and overall wellness.",
url: "https://allycook.com/",
telephone: "+1-408-896-8517",
address: {
@type: "PostalAddress",
streetAddress: "Stevens Creek Blvd # 209",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95128",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.322949099999995,
longitude: -121.9448708
},
areaServed: "San Jose, CA and surrounding Silicon Valley communities",
knowsAbout: "Acupuncture, Athletes, individuals with chronic pain, injury recovery patients, wellness-focused professionals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Therapy Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports & Injury Focus"
}
],
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.