Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Gallatin Chiropractic Clinic",
description: "Gallatin Chiropractic Clinic is an independent chiropractic practice in Gallatin offering spinal adjustments, corrective care plans, and massage therapy to address pain, improve mobility, and support overall wellness. The clinic combines chiropractic treatment with therapeutic massage to provide comprehensive care for patients dealing with back pain, neck pain, sports injuries, and other musculoskeletal conditions.",
url: "https://gallatinchiro.com/",
telephone: "+1-615-451-3400",
address: {
@type: "PostalAddress",
streetAddress: "210 Baber Pk Dr W Suite 120",
addressLocality: "Gallatin",
addressRegion: "TN",
postalCode: "37066",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.35425,
longitude: -86.50878039999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "474",
bestRating: "5"
},
areaServed: "Gallatin, Tennessee and surrounding communities",
knowsAbout: "Chiropractic, Athletes and active individuals, chronic pain sufferers, post-injury recovery patients, those seeking non-invasive pain management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Care Approach"
},
{
@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.