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: "Open Space Community Acupuncture",
description: "Open Space Community Acupuncture in Somerville offers affordable acupuncture treatments in a welcoming community setting. They provide traditional Chinese acupuncture and related therapies designed to address pain, stress, and overall wellness. Their community-based model makes acupuncture accessible to a broad range of clients through flexible pricing options.",
url: "http://openspaceacupuncture.com/",
telephone: "+1-617-627-9700",
address: {
@type: "PostalAddress",
streetAddress: "70 Union Square #102",
addressLocality: "Somerville",
addressRegion: "MA",
postalCode: "02143",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.379808499999996,
longitude: -71.0951552
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "77",
bestRating: "5"
},
areaServed: "Somerville, MA and surrounding areas",
knowsAbout: "Acupuncture, People seeking affordable acupuncture, chronic pain sufferers, stress and anxiety management, wellness-focused individuals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Based Model"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Practitioners"
}
],
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.