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: "Active Body Chiropractic Culver City",
description: "Active Body Chiropractic Culver City, located on Sepulveda Boulevard, provides comprehensive chiropractic care including spinal adjustments, corrective care plans, and sports injury treatment. Dr. [Name]'s team focuses on personalized wellness solutions for patients seeking relief from pain and improved mobility. The practice welcomes walk-in patients and works with most insurance plans to make care accessible.",
url: "https://www.activebodychirocare.com/",
telephone: "+1-310-800-1320",
address: {
@type: "PostalAddress",
streetAddress: "4329 Sepulveda Blvd Suite A",
addressLocality: "Culver City",
addressRegion: "CA",
postalCode: "90230",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0039151,
longitude: -118.4091267
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "47",
bestRating: "5"
},
areaServed: "Culver City and surrounding Los Angeles area",
knowsAbout: "Chiropractic, Athletes and active individuals, patients with chronic pain, insurance-holders seeking accessible care, people needing same-day appointments",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Walk-Ins Welcome"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance-Friendly"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports & Corrective Care"
}
],
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.