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: "Kempton Physical Therapy & Sports Medicine",
description: "Kempton Physical Therapy & Sports Medicine in Mesa offers comprehensive physical therapy and sports medicine services to help patients recover from injuries, surgery, and chronic conditions. Their licensed therapists specialize in orthopedic rehabilitation, sports injury treatment, and post-surgical recovery using evidence-based techniques. They accept most insurance plans and provide direct access care, allowing patients to schedule without a physician referral.",
url: "http://kemptonpt.com/",
telephone: "+1-480-807-9000",
address: {
@type: "PostalAddress",
streetAddress: "6960 E Broadway Rd",
addressLocality: "Mesa",
addressRegion: "AZ",
postalCode: "85208",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.408482,
longitude: -111.680685
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "53",
bestRating: "5"
},
areaServed: "Mesa and surrounding East Valley communities",
knowsAbout: "Physical Therapy, Athletes and active individuals, Post-surgical recovery patients, People with orthopedic injuries, Workers' compensation cases",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports Medicine Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance-Friendly"
}
],
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.