Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Elizabeth's Holistic Health",
description: "Elizabeth's Holistic Health is a massage therapy practice in Tacoma offering therapeutic massage services to promote relaxation, pain relief, and overall wellness. With a strong reputation for quality care, the business specializes in personalized massage treatments designed to address individual client needs and support holistic health goals.",
telephone: "+1-253-537-2377",
address: {
@type: "PostalAddress",
streetAddress: "12144 C St S",
addressLocality: "Tacoma",
addressRegion: "WA",
postalCode: "98444",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.1464366,
longitude: -122.43726760000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Tacoma, WA and surrounding areas",
knowsAbout: "Massage Therapy, Individuals seeking pain relief, stress relief, and holistic wellness support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Practice"
}
],
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.