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: "Washinton Wellness Center for Chinese Medicine",
description: "Washington Wellness Center for Chinese Medicine offers acupuncture, Chinese herbal medicine, and therapeutic massage in downtown Washington, DC. Located at 1712 I St NW, the clinic provides traditional Chinese medicine treatments for pain management, stress relief, and overall wellness. The center combines acupuncture with herbal remedies and hands-on massage therapy to address both acute conditions and chronic health concerns.",
url: "http://dc-acupuncture-chinesemedicine.com/",
telephone: "+1-202-246-8833",
address: {
@type: "PostalAddress",
streetAddress: "1712 I St NW #410",
addressLocality: "Washington",
addressRegion: "DC",
postalCode: "20006",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.9010816,
longitude: -77.04006179999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Washington, DC and surrounding areas",
knowsAbout: "Acupuncture, Patients seeking traditional Chinese medicine, individuals with chronic pain, those looking for stress management, people interested in herbal remedies",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Treatment Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown DC Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Modality Services"
}
],
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.