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. Nathanael Kline",
description: "Dr. Nathanael Kline is a chiropractor serving Harrisonburg, VA from his practice at 370 Neff Ave. He provides chiropractic care focused on spinal health and wellness for patients seeking natural pain relief and alignment correction.",
telephone: "+1-540-830-7226",
address: {
@type: "PostalAddress",
streetAddress: "370 Neff Ave Ste L",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.425421799999995,
longitude: -78.85288249999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Chiropractic, Individuals with back or neck pain, those seeking non-surgical pain management, wellness-focused patients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Patient Care"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.