Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 39 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "blue ridge chiropractic",
description: "Blue Ridge Chiropractic provides chiropractic care and spinal adjustment services to residents of Lynchburg. Located on Timberlake Road, the practice focuses on relieving pain and improving mobility through hands-on chiropractic treatment.",
telephone: "+1-434-239-4878",
address: {
@type: "PostalAddress",
streetAddress: "20370 Timberlake Rd",
addressLocality: "Lynchburg",
addressRegion: "VA",
postalCode: "24502",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3425146,
longitude: -79.2353373
},
areaServed: "Lynchburg, VA and surrounding areas",
knowsAbout: "Holistic Wellness, People with back pain, neck pain, or sports injuries seeking chiropractic treatment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Lynchburg practice"
}
],
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.