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: "Mountain View Healthcare Center",
description: "Mountain View Healthcare Center is a physical therapy clinic in Mountain View providing comprehensive rehabilitation services for patients recovering from injuries, surgery, and chronic conditions. The center offers evidence-based treatment plans tailored to individual patient needs, combining manual therapy, therapeutic exercises, and specialized modalities to help patients regain mobility and function.",
url: "http://www.mvhealthcare.com/",
telephone: "+1-650-961-6161",
address: {
@type: "PostalAddress",
streetAddress: "2530 Solace Pl",
addressLocality: "Mountain View",
addressRegion: "CA",
postalCode: "94040",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3664667,
longitude: -122.080125
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "290",
bestRating: "5"
},
areaServed: "Mountain View and surrounding Silicon Valley communities",
knowsAbout: "Physical Therapy, Post-surgical patients, athletes returning to sport, individuals with chronic pain, workers with occupational injuries",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Individualized 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.