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: "Parry Physical Therapy",
description: "Parry Physical Therapy is an independent physical therapy clinic located in Sacramento specializing in rehabilitation and recovery care. Led by experienced physical therapists, they provide personalized treatment plans for patients recovering from injuries, surgery, and chronic conditions. With a focus on direct patient care and evidence-based practices, they help clients regain mobility, strength, and independence.",
url: "http://parrypt.com/",
telephone: "+1-916-455-5524",
address: {
@type: "PostalAddress",
streetAddress: "3401 Folsom Blvd # B",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95816",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.566976,
longitude: -121.463253
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Sacramento and surrounding areas",
knowsAbout: "Physical Therapy, Post-surgical patients, Athletes and sports injury sufferers, Individuals recovering from acute injuries, People with chronic pain conditions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent 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.