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: "Dr. Megan Ding",
description: "Dr. Megan Ding is a chiropractor based in Charlotte offering comprehensive chiropractic care and wellness services. With a focus on personalized treatment plans, Dr. Ding combines traditional chiropractic adjustments with modern therapeutic approaches to address pain, mobility issues, and overall wellness. The practice serves patients seeking non-invasive solutions for back pain, neck pain, sports injuries, and preventative health care.",
url: "https://www.drmeganding.com/",
telephone: "+1-704-672-0308",
address: {
@type: "PostalAddress",
streetAddress: "10722 Carmel Commons Blvd STE 450",
addressLocality: "Charlotte",
addressRegion: "NC",
postalCode: "28226",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.0863307,
longitude: -80.85132310000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Charlotte, NC and surrounding areas",
knowsAbout: "Chiropractic, Active individuals, athletes, chronic pain sufferers, office workers with postural issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern Therapeutic Techniques"
}
],
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.