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: "EDGE Physical Therapy in McKinney, TX",
description: "EDGE Physical Therapy in McKinney is a specialized physical therapy clinic dedicated to helping patients recover from injuries, surgery, and chronic pain through evidence-based rehabilitation. Led by experienced physiotherapists, EDGE offers personalized treatment plans including manual therapy, therapeutic exercises, and functional training tailored to each patient's goals. They focus on getting patients back to the activities they love, whether that's returning to work, sports, or everyday life.",
url: "https://gtc-pt.com/locations/mckinney-edge/",
telephone: "+1-972-529-9292",
address: {
@type: "PostalAddress",
streetAddress: "5305 W University Dr",
addressLocality: "McKinney",
addressRegion: "TX",
postalCode: "75071",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.2175,
longitude: -96.68378
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "196",
bestRating: "5"
},
areaServed: "McKinney, TX and surrounding areas",
knowsAbout: "Physical Therapy, Athletes recovering from sports injuries, post-surgical patients, individuals with chronic pain, active adults seeking to return to fitness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Evidence-Based Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access"
}
],
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.