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: "Bushman Chiropractic Clinic",
description: "Bushman Chiropractic Clinic is an independent chiropractic practice in Knoxville specializing in spinal adjustments and corrective care plans. Located on Kingston Pike, they focus on treating patients with back pain, neck pain, and sports-related injuries through hands-on chiropractic treatment and personalized care protocols.",
url: "http://chiroknoxville.com/",
telephone: "+1-865-588-5321",
address: {
@type: "PostalAddress",
streetAddress: "6718 Kingston Pike",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37919",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9317852,
longitude: -84.015225
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "53",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Chiropractic, Individuals with back/neck pain, athletes recovering from injuries, patients seeking non-surgical pain relief",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Corrective Care Focus"
}
],
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.