Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "acuSPOT acupuncture",
description: "acuSPOT acupuncture is a licensed acupuncture clinic in Watertown, MA specializing in Chinese and Japanese acupuncture, dry needling, and cupping therapy. Led by a Master's-trained acupuncturist with national certification, they treat a wide range of conditions including pain management, stress and anxiety, digestive disorders, women's health issues, and post-injury recovery. They offer specialized pediatric services (needle-free) and work with expecting mothers, accepting most insurance plans including Blue Cross Blue Shield.",
url: "https://acuspotacupuncture.com/",
telephone: "+1-617-294-9537",
address: {
@type: "PostalAddress",
streetAddress: "200 Dexter Ave suite 236",
addressLocality: "Watertown",
addressRegion: "MA",
postalCode: "02472",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3642916,
longitude: -71.1655534
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Watertown, MA and surrounding communities",
knowsAbout: "Acupuncture, Chronic pain sufferers, expectant mothers, patients with stress and anxiety, athletes seeking injury recovery and preventative care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Chinese & Japanese Acupuncture Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Pediatric & Pregnancy Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Coverage"
}
],
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.