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: "Wake Forest Chiropractic",
description: "Wake Forest Chiropractic provides comprehensive chiropractic care including spinal adjustments, corrective care plans, and digital X-ray diagnostics at their Wake Forest Business Park location. The practice focuses on relieving pain, improving mobility, and supporting long-term wellness through personalized treatment plans tailored to each patient's needs.",
url: "http://wakeforestchiropractic.com/",
telephone: "+1-919-562-0302",
address: {
@type: "PostalAddress",
streetAddress: "851 Wake Forest Business Park",
addressLocality: "Wake Forest",
addressRegion: "NC",
postalCode: "27587",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9787054,
longitude: -78.53689279999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "159",
bestRating: "5"
},
areaServed: "Wake Forest, NC and surrounding areas",
knowsAbout: "Chiropractic, Adults with back and neck pain, athletes seeking sports injury recovery, individuals pursuing preventive spinal health",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Digital X-Ray Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Corrective Care Plans"
}
],
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.