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: "Dr Julie Qu LAC",
description: "Dr. Julie Qu is a licensed acupuncturist and herbalist in Plano offering traditional Chinese medicine treatments for pain management, stress relief, and overall wellness. With expertise in acupuncture and herbal remedies, Dr. Qu provides personalized care to help patients address acute and chronic health concerns using evidence-based traditional practices.",
telephone: "+1-972-832-1584",
address: {
@type: "PostalAddress",
streetAddress: "2305 Coit Rd Ste D",
addressLocality: "Plano",
addressRegion: "TX",
postalCode: "75075",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.030605099999995,
longitude: -96.7710147
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Plano and surrounding Dallas-Fort Worth area",
knowsAbout: "Acupuncture, Chronic pain sufferers, stress and anxiety management, patients seeking alternative medicine approaches, wellness-focused individuals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Acupuncturist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Herbal Medicine Integration"
}
],
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.