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: "City of Trees Acupuncture",
description: "City of Trees Acupuncture is a Sacramento-based acupuncture clinic offering traditional Chinese medicine treatments for pain management, stress relief, and wellness optimization. The practice specializes in needle acupuncture and related modalities to address both acute and chronic health concerns. They focus on individualized treatment plans tailored to each patient's specific health goals.",
url: "https://www.cityoftreesacupuncture.com/",
telephone: "+1-916-209-0035",
address: {
@type: "PostalAddress",
streetAddress: "2401 Capitol Ave Ste 100",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95816",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.5721195,
longitude: -121.4757247
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Acupuncture, Chronic pain sufferers, stress-management seekers, wellness-focused individuals, those exploring alternative medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Individualized Treatment Plans"
}
],
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.