Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Blue Ridge Physical Therapy",
description: "Blue Ridge Physical Therapy is a patient-centered clinic in Lexington, VA offering comprehensive physical rehabilitation services including orthopedic rehabilitation, sports injury recovery, and post-surgical rehabilitation. The experienced team specializes in manual therapy techniques and personalized treatment plans designed to restore mobility, reduce pain, and improve quality of life for patients of all ages.",
url: "http://www.blueridgept.com/",
telephone: "+1-540-463-5888",
address: {
@type: "PostalAddress",
streetAddress: "25 Crossing Ln # 1",
addressLocality: "Lexington",
addressRegion: "VA",
postalCode: "24450",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7956746,
longitude: -79.4252602
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "87",
bestRating: "5"
},
areaServed: "Lexington, VA and surrounding areas",
knowsAbout: "Physical Therapy, Athletes recovering from sports injuries, post-surgical patients, individuals with orthopedic conditions, active adults seeking injury prevention",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Evidence-Based Treatment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.