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: "Charge Physical Therapy and Performance",
description: "Charge Physical Therapy and Performance is a Miami Beach-based physical therapy clinic specializing in rehabilitation and performance enhancement. They offer evidence-based treatment for injuries, post-surgical recovery, and sports performance optimization. The clinic combines hands-on therapy with individualized exercise programming to help patients return to their daily activities and athletic goals.",
url: "http://chargephysio.com/",
address: {
@type: "PostalAddress",
streetAddress: "1000 West Ave",
addressLocality: "Miami Beach",
addressRegion: "FL",
postalCode: "33139",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.7806751,
longitude: -80.1423015
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Miami Beach and surrounding South Florida areas",
knowsAbout: "Physical Therapy, Athletes, active individuals recovering from injuries, post-surgical patients, anyone seeking performance optimization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Performance-Focused Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient West Ave Location"
}
],
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.