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: "Performance Physical Therapy",
description: "Performance Physical Therapy is a physiotherapy clinic located in downtown San Jose offering evidence-based rehabilitation services for injury recovery, post-surgical rehabilitation, and movement optimization. The clinic specializes in personalized treatment plans designed to help patients regain strength, mobility, and function through hands-on therapy and targeted exercises.",
telephone: "+1-408-294-3922",
address: {
@type: "PostalAddress",
streetAddress: "25 N 14th St #550",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95112",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3427848,
longitude: -121.87766260000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.3",
reviewCount: "12",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas",
knowsAbout: "Physical Therapy, Post-surgical patients, individuals recovering from injuries, athletes seeking performance optimization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown San Jose Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment 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.