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: "Kris Shevlin Physical Therapy",
description: "Kris Shevlin Physical Therapy is an independent physical therapy practice in Sacramento specializing in personalized rehabilitation and injury recovery. With expertise in sports rehabilitation and manual therapy techniques, Kris Shevlin works with clients to restore mobility, reduce pain, and optimize athletic performance. The practice emphasizes direct, hands-on care tailored to each patient's specific condition and recovery goals.",
url: "https://www.krisshevlinpt.com/",
telephone: "+1-916-214-2106",
address: {
@type: "PostalAddress",
streetAddress: "930 Alhambra Blvd #295",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95816",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.57329,
longitude: -121.46556899999999
},
areaServed: "Sacramento and surrounding areas",
knowsAbout: "Physical Therapy, Athletes, active individuals, post-injury rehabilitation patients, people seeking personalized physical therapy care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports Rehabilitation Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Manual Therapy Techniques"
}
],
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.