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 Center for Health and Human Potential",
description: "Chiropractic Center for Health and Human Potential is an independent chiropractic practice in San Diego offering spinal adjustments, corrective care plans, and digital X-ray diagnostics. Dr. and the team focus on treating the root causes of pain and dysfunction rather than just symptoms, serving patients of all ages with a comprehensive approach to spinal health and wellness.",
url: "http://sandiegocountychiropractor.com/",
telephone: "+1-619-363-5073",
address: {
@type: "PostalAddress",
streetAddress: "6342 Riverdale St",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92120",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7895351,
longitude: -117.1005833
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "63",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding neighborhoods",
knowsAbout: "Chiropractic, Patients seeking comprehensive spinal care, athletes with sports injuries, pregnant women, families with children",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Digital X-Ray Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Corrective Care Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Ages 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.