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: "Ocean Chiropractic Center",
description: "Ocean Chiropractic Center is a full-service chiropractic clinic located on Ocean Avenue in San Francisco, offering spinal adjustments, corrective care plans, and other chiropractic treatments for pain relief and wellness. The clinic accepts insurance and welcomes walk-in patients, making quality chiropractic care accessible to the local community. They focus on addressing musculoskeletal issues and helping patients achieve better spinal health and overall well-being.",
url: "https://www.oceanchiropracticcenter.com/",
telephone: "+1-415-841-0115",
address: {
@type: "PostalAddress",
streetAddress: "2549 Ocean Ave",
addressLocality: "San Francisco",
addressRegion: "CA",
postalCode: "94132",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.731366799999996,
longitude: -122.47311660000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "60",
bestRating: "5"
},
areaServed: "San Francisco and surrounding Bay Area",
knowsAbout: "Chiropractic, People with back and neck pain, athletes seeking sports injury care, individuals looking for non-invasive pain relief, those with insurance coverage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Accepted"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Walk-Ins Welcome"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Corrective Care Plans"
}
],
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.