Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "All Chiropractic Care Center",
description: "All Chiropractic Care Center is a full-service chiropractic clinic in Mesa offering spinal adjustments, corrective care plans, and comprehensive wellness treatments. The clinic focuses on personalized patient care to address pain, improve mobility, and support long-term spinal health for patients of all ages.",
telephone: "+1-480-835-1874",
address: {
@type: "PostalAddress",
streetAddress: "6101 E Main St",
addressLocality: "Mesa",
addressRegion: "AZ",
postalCode: "85205",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.415352999999996,
longitude: -111.69973879999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "25",
bestRating: "5"
},
areaServed: "Mesa and surrounding Phoenix metropolitan areas",
knowsAbout: "Chiropractic, Patients seeking pain relief, athletes and active individuals, people with chronic spinal issues, families looking for preventative wellness care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Care Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Chiropractic Services"
}
],
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.