Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Sterling Physical Therapy",
description: "Sterling Physical Therapy is an independent physical therapy clinic located in San Jose offering evidence-based rehabilitation services for patients recovering from injury, surgery, and musculoskeletal conditions. The clinic provides hands-on treatment and therapeutic exercises designed to restore mobility, reduce pain, and improve function. They work with patients across a range of conditions and recovery stages.",
telephone: "+1-408-763-8099",
address: {
@type: "PostalAddress",
streetAddress: "2324 Montpelier Dr #1",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95116",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.364656,
longitude: -121.84810399999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.3",
reviewCount: "17",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas",
knowsAbout: "Physical Therapy, Post-surgical rehabilitation patients, athletes recovering from sports injuries, individuals with musculoskeletal pain, people seeking hands-on physical therapy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Clinic"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Presence"
}
],
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.