Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Chiropractic",
description: "Located in Torrance, this chiropractic practice offers spinal adjustments and corrective care to help patients recover from injuries and improve overall musculoskeletal health. The practice focuses on personalized treatment plans designed to address the root cause of pain rather than just symptoms. They welcome both established patients and new clients seeking relief from back pain, neck pain, and other spinal conditions.",
telephone: "+1-213-800-4530",
address: {
@type: "PostalAddress",
streetAddress: "1231 Cabrillo Ave",
addressLocality: "Torrance",
addressRegion: "CA",
postalCode: "90501",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.8357677,
longitude: -118.31532360000001
},
areaServed: "Torrance and surrounding Los Angeles County communities",
knowsAbout: "Chiropractic, Individuals with back pain, neck pain, sports injuries, accident recovery, preventive spinal health",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Torrance 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.