Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Abide Physical Therapy",
description: "Abide Physical Therapy is an independent clinic in Mesa specializing in personalized rehabilitation and movement therapy. They provide direct access physical therapy services without requiring physician referrals, treating patients with orthopedic injuries, post-surgical conditions, and sports-related issues. Their team focuses on evidence-based treatment to help patients return to their daily activities and athletic goals.",
url: "https://abidept.com/",
telephone: "+1-623-738-4914",
address: {
@type: "PostalAddress",
streetAddress: "5416 E Southern Ave #110",
addressLocality: "Mesa",
addressRegion: "AZ",
postalCode: "85206",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.394354,
longitude: -111.713616
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Mesa and surrounding Phoenix metropolitan areas",
knowsAbout: "Physical Therapy, Athletes and active individuals, Post-surgical patients, People with orthopedic injuries, Those seeking non-referral physical therapy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Rehabilitation Plans"
}
],
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.