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: "Renew Physical Therapy",
description: "Renew Physical Therapy is an independent physical therapy clinic in Oakland specializing in personalized rehabilitation and injury recovery. Led by experienced licensed physical therapists, they offer direct-access treatment without requiring a physician referral, making it easy for patients to begin therapy immediately. The clinic provides evidence-based care for orthopedic injuries, post-surgical rehabilitation, sports injuries, and chronic pain management.",
url: "http://ptrenew.com/",
telephone: "+1-510-922-8872",
address: {
@type: "PostalAddress",
streetAddress: "460 Boulevard Way #2d",
addressLocality: "Oakland",
addressRegion: "CA",
postalCode: "94610",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.8185052,
longitude: -122.24433979999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "98",
bestRating: "5"
},
areaServed: "Oakland and surrounding East Bay communities",
knowsAbout: "Physical Therapy, Athletes recovering from sports injuries, post-surgical patients, individuals with orthopedic pain, people seeking non-surgical injury treatment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Evidence-Based Practice"
}
],
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.