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: "Ginger Root Health & Wellness",
description: "Ginger Root Health & Wellness is an integrative wellness center in Austin offering acupuncture, massage therapy, herbal medicine, and functional health consultations. The practice combines traditional Eastern medicine with modern wellness approaches to address pain, stress, digestive issues, and overall health optimization. They specialize in personalized treatment plans designed to support each patient's unique health goals.",
url: "https://gingerroothealthandwellness.com/",
telephone: "+1-512-399-5191",
address: {
@type: "PostalAddress",
streetAddress: "300 Beardsley Ln C-201",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78746",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.3129942,
longitude: -97.85428200000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Austin and surrounding areas",
knowsAbout: "Acupuncture, Chronic pain sufferers, stress management seekers, people interested in herbal and Eastern medicine, wellness-focused individuals seeking preventive care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrative Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Herbal Medicine Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Functional Health Focus"
}
],
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.