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: "Durham Chiropractic Clinic",
description: "Durham Chiropractic Clinic provides comprehensive chiropractic care including spinal adjustments, corrective care plans, and digital X-ray diagnostics to treat pain and improve mobility. Located in Durham, the clinic serves patients of all ages with a focus on personalized treatment plans and evidence-based care. They accept insurance and welcome walk-in patients seeking relief from back pain, neck pain, and sports-related injuries.",
url: "https://www.durhamchiroclinic.com/",
telephone: "+1-919-408-7499",
address: {
@type: "PostalAddress",
streetAddress: "202 W North Carolina 54 Suite 103",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27713",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9133588,
longitude: -78.9356305
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "131",
bestRating: "5"
},
areaServed: "Durham, NC and surrounding areas",
knowsAbout: "Chiropractic, Athletes and active individuals, office workers with neck and back pain, patients seeking non-pharmaceutical pain management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "In-Office Digital X-Ray"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Accepted"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Walk-Ins Welcome"
}
],
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.