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: "Loudoun Sports Therapy Center",
description: "Loudoun Sports Therapy Center is a physical therapy clinic in Sterling specializing in sports injuries, orthopedic rehabilitation, and post-surgical recovery. Led by experienced therapists, they offer personalized treatment plans using evidence-based techniques to help athletes and active individuals return to peak performance. They serve both competitive athletes and everyday patients seeking to regain mobility and strength.",
url: "https://loudounsportstherapy.com/",
telephone: "+1-703-450-4300",
address: {
@type: "PostalAddress",
streetAddress: "21355 Ridgetop Cir #310",
addressLocality: "Sterling",
addressRegion: "VA",
postalCode: "20166",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.0327173,
longitude: -77.4111186
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "1412",
bestRating: "5"
},
areaServed: "Loudoun County and Northern Virginia",
knowsAbout: "Physical Therapy, Athletes, post-surgical patients, active individuals with sports injuries, people seeking orthopedic rehabilitation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports-Focused Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Rehabilitation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Care"
}
],
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.