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: "Tacoma Natural Health Clinic",
description: "Tacoma Natural Health Clinic in University Place offers integrative natural health services including massage therapy, acupuncture, and holistic wellness consultations. Their team combines Eastern and Western medicine approaches to address pain management, stress relief, and overall health optimization for patients seeking alternatives or complements to conventional medical care.",
url: "http://www.tacomanaturalhealth.com/",
telephone: "+1-425-273-4273",
address: {
@type: "PostalAddress",
streetAddress: "2603 Bridgeport Way W STE D",
addressLocality: "University Place",
addressRegion: "WA",
postalCode: "98466",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.2369869,
longitude: -122.5362897
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Tacoma, University Place, and surrounding Pierce County communities",
knowsAbout: "Massage Therapy, Patients seeking natural pain relief, stress management, chronic condition support, and those interested in integrative wellness approaches",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrative Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Modalities"
}
],
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.