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: "Aurora Chiropractic Health Care",
description: "Aurora Chiropractic Health Care is an independent chiropractic clinic serving the Aurora community with spinal adjustments and corrective care plans. With a 4.8-star rating from patients, the practice focuses on relieving pain and improving mobility through hands-on chiropractic treatment.",
telephone: "+1-303-750-9868",
address: {
@type: "PostalAddress",
streetAddress: "2220 S Fraser St",
addressLocality: "Aurora",
addressRegion: "CO",
postalCode: "80014",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.677223999999995,
longitude: -104.81119199999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Aurora, CO and surrounding areas",
knowsAbout: "Chiropractic, Individuals with back or neck pain, athletes seeking sports injury recovery, patients seeking non-surgical pain management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Corrective Care Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Practice"
}
],
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.