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: "Cary Chiropractic",
description: "Cary Chiropractic provides comprehensive chiropractic care focused on spinal adjustments, corrective care plans, and sports injury treatment. Located on Kildaire Farm Road in Cary, they serve patients seeking relief from back and neck pain, sports-related injuries, and overall wellness through evidence-based chiropractic techniques.",
url: "http://carychiropractic.com/",
telephone: "+1-919-467-0300",
address: {
@type: "PostalAddress",
streetAddress: "1143 Kildaire Farm Rd",
addressLocality: "Cary",
addressRegion: "NC",
postalCode: "27511",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.766717400000005,
longitude: -78.78219279999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "46",
bestRating: "5"
},
areaServed: "Cary, NC and surrounding areas",
knowsAbout: "Chiropractic, Athletes and active individuals, People with chronic neck or back pain, Those seeking drug-free pain management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Corrective Care Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports-Focused Treatment"
}
],
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.