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: "Green Hills Natural Health",
description: "Green Hills Natural Health is an acupuncture clinic in Nashville offering traditional Chinese medicine and acupuncture services to address pain, wellness, and chronic health conditions. Located in the Green Hills area, the clinic combines evidence-based acupuncture with a holistic approach to healthcare.",
url: "http://www.nashvilleacupuncture.com/",
telephone: "+1-615-383-7277",
address: {
@type: "PostalAddress",
streetAddress: "4205 Hillsboro Pike #306",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37215",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1006753,
longitude: -86.8199041
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "32",
bestRating: "5"
},
areaServed: "Nashville, TN and surrounding areas",
knowsAbout: "Acupuncture, Chronic pain sufferers, wellness-focused individuals, patients seeking natural health alternatives, those interested in traditional Chinese medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Green Hills Location"
}
],
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.