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: "Chiropractic Wellness Clinic",
description: "Chiropractic Wellness Clinic, located on May Avenue in Oklahoma City, provides comprehensive chiropractic care focused on spinal health, pain relief, and overall wellness. The clinic offers spinal adjustments, corrective care plans, and digital X-ray imaging to diagnose and treat musculoskeletal issues. Their team is committed to helping patients achieve long-term health improvements through personalized treatment approaches.",
url: "https://www.chiropracticwellnessokc.com/",
telephone: "+1-405-957-4518",
address: {
@type: "PostalAddress",
streetAddress: "12401 N May Ave # 103",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73120",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.5970276,
longitude: -97.56779189999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "158",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Chiropractic, Individuals with back or neck pain, athletes seeking sports injury treatment, patients preferring non-invasive care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "In-Office Digital X-Ray"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Corrective Care Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient May Avenue Location"
}
],
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.