Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Dr. Gerald Showalter",
description: "Dr. Gerald Showalter is a chiropractor serving Harrisonburg, VA, offering chiropractic care and spinal adjustments to patients seeking natural pain relief and musculoskeletal health. Located on Reservoir Street, the practice focuses on treating patients with back pain, neck pain, and related conditions through hands-on chiropractic techniques.",
telephone: "+1-540-221-1846",
address: {
@type: "PostalAddress",
streetAddress: "2015 Reservoir St #204",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Chiropractic, Patients with back pain, neck pain, and spinal misalignments seeking chiropractic treatment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Chiropractic Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Practitioner"
}
],
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.