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: "CMC Chiropractic",
description: "CMC Chiropractic in San Jose offers comprehensive chiropractic care for patients seeking pain relief and improved spinal health. The practice specializes in spinal adjustments and corrective care plans tailored to each patient's needs. With a focus on personalized treatment, CMC Chiropractic helps patients of all ages address back pain, neck pain, and other musculoskeletal issues.",
url: "http://www.cmcchiropractic.com/",
telephone: "+1-408-998-5463",
address: {
@type: "PostalAddress",
streetAddress: "2114 Senter Rd STE 23",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95112",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.312021699999995,
longitude: -121.8510146
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "18",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas",
knowsAbout: "Chiropractic, Patients with back or neck pain, athletes seeking sports injury care, individuals pursuing preventative spinal health",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient 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.