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: "Mission Chiropractic",
description: "Mission Chiropractic in Santa Clara provides comprehensive chiropractic care focused on spinal adjustments, corrective care, and pain relief. The practice accepts most insurance plans and welcomes walk-in patients, making quality chiropractic treatment accessible and convenient for the local community. Their experienced team is dedicated to helping patients achieve better spinal health and overall wellness.",
url: "http://missionchiropracticsc.com/",
telephone: "+1-408-243-0696",
address: {
@type: "PostalAddress",
streetAddress: "1280 Benton St",
addressLocality: "Santa Clara",
addressRegion: "CA",
postalCode: "95050",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3494136,
longitude: -121.94834920000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Santa Clara and surrounding communities",
knowsAbout: "Chiropractic, Working professionals with back or neck pain, patients seeking insurance-covered chiropractic care, anyone needing convenient walk-in access",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Walk-Ins Welcome"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Accepted"
},
{
@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.