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: "Hands-On-Care",
description: "Hands-On-Care is a physical therapy and rehabilitation clinic in San Jose specializing in orthopedic and sports injury recovery. They provide direct hands-on treatment, manual therapy, and personalized rehabilitation programs to help patients regain strength, mobility, and function. The clinic serves patients recovering from injuries, surgery, and chronic conditions with a focus on evidence-based therapeutic techniques.",
url: "https://hocinc.us/",
telephone: "+1-408-268-8536",
address: {
@type: "PostalAddress",
streetAddress: "5598 Entrada Cedros ste 10",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.251641299999996,
longitude: -121.83545389999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.3",
reviewCount: "19",
bestRating: "5"
},
areaServed: "San Jose and surrounding Silicon Valley communities",
knowsAbout: "Physical Therapy, Athletes, post-surgical patients, individuals with orthopedic injuries, people seeking direct-access physical therapy without physician referral",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Hands-On Treatment Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Orthopedic Specialization"
}
],
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.