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: "Sundays Acupuncture",
description: "Sundays Acupuncture is an independent acupuncture clinic in Kirkland specializing in traditional Chinese medicine and acupuncture treatments. Founded to bring accessible, evidence-based acupuncture care to the community, the practice focuses on pain management, stress relief, and overall wellness using both needle acupuncture and complementary techniques. The clinic is dedicated to personalized patient care and creating a welcoming environment for both acupuncture newcomers and experienced patients.",
url: "https://sundaysacupuncture.com/",
telephone: "+1-206-604-0676",
address: {
@type: "PostalAddress",
streetAddress: "143 Park Ln #201",
addressLocality: "Kirkland",
addressRegion: "WA",
postalCode: "98033",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.6760795,
longitude: -122.20518709999997
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "23",
bestRating: "5"
},
areaServed: "Kirkland and surrounding Seattle metropolitan areas",
knowsAbout: "Acupuncture, Pain management patients, stress and anxiety sufferers, individuals seeking holistic wellness alternatives, first-time acupuncture users",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible & Welcoming"
}
],
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.