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: "Smith Chiropractic",
description: "Smith Chiropractic, located in El Cerrito, provides comprehensive chiropractic care including spinal adjustments, corrective care plans, and digital X-ray imaging. The practice specializes in treating patients with back pain, neck pain, and musculoskeletal injuries using evidence-based techniques tailored to each patient's needs.",
url: "https://www.spineright.com/",
telephone: "+1-510-880-3020",
address: {
@type: "PostalAddress",
streetAddress: "6431 Fairmount Ave #7",
addressLocality: "El Cerrito",
addressRegion: "CA",
postalCode: "94530",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.9012543,
longitude: -122.3010715
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "98",
bestRating: "5"
},
areaServed: "El Cerrito, CA and surrounding communities",
knowsAbout: "Chiropractic, Athletes and active individuals, chronic pain sufferers, post-injury rehabilitation patients, those seeking non-invasive pain management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "In-Office Digital X-Ray"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Corrective Care Focus"
}
],
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.