Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 46 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Harrisonburg Health & Rehabilitation Center",
description: "Harrisonburg Health & Rehabilitation Center is a medical facility offering physical therapy and rehabilitation services to patients recovering from injury, surgery, or illness. Led by licensed physiotherapists, the center provides evidence-based treatment plans tailored to help patients regain mobility, strength, and independence. They serve both outpatient clients and work with referring physicians to support comprehensive recovery.",
url: "http://www.harrisonburghealthrehab.com/",
telephone: "+1-540-433-2623",
address: {
@type: "PostalAddress",
streetAddress: "1225 Reservoir St",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.8",
reviewCount: "249",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Physical Therapy, Post-surgery patients, injury recovery, individuals referred by physicians, athletes returning to activity",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Physiotherapists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Rehabilitation Services"
}
],
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.