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: "Colorado Sports Physical Therapy",
description: "Colorado Sports Physical Therapy in Lafayette provides evidence-based physical therapy and rehabilitation services for athletes, post-surgical patients, and individuals recovering from injuries. Led by experienced licensed physical therapists, the clinic specializes in sports medicine, orthopedic rehabilitation, and direct-access care—meaning patients can schedule appointments without requiring a physician referral. They offer personalized treatment plans combining manual therapy, therapeutic exercise, and sport-specific training to help patients return to their active lifestyles.",
url: "https://www.cosportspt.com/",
telephone: "+1-720-216-5128",
address: {
@type: "PostalAddress",
streetAddress: "390 Empire Rd #201",
addressLocality: "Lafayette",
addressRegion: "CO",
postalCode: "80026",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.971382,
longitude: -105.0945374
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "98",
bestRating: "5"
},
areaServed: "Lafayette and surrounding Denver metro areas",
knowsAbout: "Physical Therapy, Athletes, post-surgical patients, individuals with orthopedic injuries, those seeking sports injury rehabilitation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports-Focused Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Rehabilitation"
}
],
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.