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: "Dr. Physio Therapy & Wellness",
description: "Dr. Physio Therapy & Wellness is a Fort Lauderdale-based physical therapy clinic offering comprehensive rehabilitation services for patients recovering from injuries, surgeries, and chronic conditions. Led by licensed physiotherapists, the clinic specializes in evidence-based treatment plans tailored to individual patient needs, combining manual therapy, therapeutic exercises, and modern rehabilitation techniques. They serve both post-surgical patients and those seeking non-invasive pain management and mobility restoration.",
url: "https://doctorphysiotw.com/",
telephone: "+1-954-369-5787",
address: {
@type: "PostalAddress",
streetAddress: "4324 N Federal Hwy",
addressLocality: "Fort Lauderdale",
addressRegion: "FL",
postalCode: "33308",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.1811385,
longitude: -80.11916579999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "106",
bestRating: "5"
},
areaServed: "Fort Lauderdale and surrounding Broward County areas",
knowsAbout: "Physical Therapy, Post-surgical patients, athletes and active individuals, chronic pain sufferers, injury recovery patients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Physiotherapists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Evidence-Based Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Care"
}
],
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.