Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Medical Rehabilitation Resources",
description: "Medical Rehabilitation Resources is a rehabilitation and physical therapy provider located in Richmond, VA, specializing in helping patients recover from injuries, surgeries, and musculoskeletal conditions. The practice focuses on evidence-based rehabilitation services designed to restore function, reduce pain, and improve mobility through personalized treatment plans.",
telephone: "+1-804-747-8575",
address: {
@type: "PostalAddress",
streetAddress: "3212 N Skipwith Rd # 102",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23294",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.6309964,
longitude: -77.540215
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Physical Therapy, Post-surgical recovery patients, Athletes recovering from sports injuries, Individuals with work-related injuries, Elderly patients restoring mobility",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Rehabilitation Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
}
],
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.