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: "Lauren Hurst Acupuncture",
description: "Lauren Hurst Acupuncture is an independent acupuncture practice in Austin offering traditional Chinese medicine treatments to address pain, stress, and overall wellness. Lauren Hurst provides personalized acupuncture care in a welcoming clinical setting, focusing on helping patients achieve better health outcomes through this time-tested healing practice.",
url: "http://www.laurenhurstacupuncture.com/",
telephone: "+1-512-298-8191",
address: {
@type: "PostalAddress",
streetAddress: "2520 Longview St Suite 310",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78705",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.290787499999997,
longitude: -97.75092079999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Acupuncture, Patients seeking pain relief, stress reduction, and those interested in traditional Chinese medicine approaches to wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine Approach"
}
],
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.