Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "MORE Physical Therapy, Inc.",
description: "MORE Physical Therapy, Inc. is a patient-centered physical therapy clinic in San Jose specializing in individualized rehabilitation and movement therapy. They offer evidence-based treatment for orthopedic injuries, post-surgical recovery, sports rehabilitation, and chronic pain management. The clinic emphasizes personalized care plans and direct access treatment, allowing patients to seek therapy without physician referrals.",
url: "http://www.morephysicaltherapy.com/",
telephone: "+1-408-248-6886",
address: {
@type: "PostalAddress",
streetAddress: "2145 The Alameda",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95126",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3435589,
longitude: -121.9300071
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.5",
reviewCount: "18",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas",
knowsAbout: "Physical Therapy, Athletes and active individuals, Post-surgical patients, People with orthopedic injuries, Those seeking non-referral physical therapy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Treatment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Individualized Care 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.