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: "Ability Rehabilitation",
description: "Ability Rehabilitation is a physical therapy clinic in Kissimmee specializing in personalized rehabilitation services for patients recovering from injuries, surgery, and chronic conditions. Their team of licensed physical therapists uses evidence-based treatment plans to help patients regain mobility, reduce pain, and return to their normal activities. They serve patients of all ages and offer both in-clinic and direct-access services without requiring a physician referral.",
url: "https://abilityrehabilitation.com/physical-therapy-locations/kissimmee-clinic/",
telephone: "+1-407-624-4688",
address: {
@type: "PostalAddress",
streetAddress: "311 W Bass St",
addressLocality: "Kissimmee",
addressRegion: "FL",
postalCode: "34741",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.2991994,
longitude: -81.40742139999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "123",
bestRating: "5"
},
areaServed: "Kissimmee and surrounding central Florida communities",
knowsAbout: "Physical Therapy, Post-surgical patients, athletes recovering from sports injuries, individuals with orthopedic conditions, patients seeking rehabilitation without a referral",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Condition Expertise"
}
],
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.