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: "Denver Chiropractic LLC",
description: "Denver Chiropractic LLC is an independent chiropractic clinic located on Federal Boulevard in Denver, offering spinal adjustments, corrective care plans, and digital X-ray imaging to treat back pain, neck pain, and musculoskeletal conditions. The clinic welcomes walk-in patients and accepts most insurance plans, making quality chiropractic care accessible to the local community.",
url: "http://www.denvercoloradochiropractic.com/",
telephone: "+1-303-455-2225",
address: {
@type: "PostalAddress",
streetAddress: "3890 Federal Blvd #1",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80211",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.7709663,
longitude: -105.0248992
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "1086",
bestRating: "5"
},
areaServed: "Denver, CO and surrounding areas",
knowsAbout: "Chiropractic, Individuals with back or neck pain, athletes seeking sports injury treatment, patients preferring non-surgical pain management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Digital X-Ray On-Site"
},
{
@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.