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: "Diaz-Olson Physical Therapy and Sports Rehabilitation",
description: "Diaz-Olson Physical Therapy and Sports Rehabilitation provides evidence-based physical therapy and sports rehabilitation services in Sunnyvale. Their experienced team specializes in helping patients recover from injuries, post-surgical conditions, and sports-related issues through personalized treatment plans. They focus on restoring mobility, reducing pain, and getting patients back to their active lifestyles.",
url: "http://www.diazolsonpt.com/",
telephone: "+1-408-245-3575",
address: {
@type: "PostalAddress",
streetAddress: "452 E El Camino Real",
addressLocality: "Sunnyvale",
addressRegion: "CA",
postalCode: "94087",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.363585,
longitude: -122.02888399999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Sunnyvale and surrounding Silicon Valley communities",
knowsAbout: "Physical Therapy, Athletes, post-surgical patients, individuals recovering from sports injuries, active adults seeking mobility restoration",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports Rehabilitation Specialist"
},
{
@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.