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: "Move It Physical Therapy",
description: "Move It Physical Therapy is a patient-centered clinic in Chapel Hill offering comprehensive physical therapy and rehabilitation services. Led by experienced clinicians, they specialize in helping patients recover from injury, surgery, and chronic conditions through evidence-based treatment plans tailored to individual goals. The practice also operates The Pickleball Doctor, providing specialized care and prevention strategies for pickleball-related injuries and performance optimization.",
url: "http://www.moveitpt.com/",
telephone: "+1-919-249-8413",
address: {
@type: "PostalAddress",
streetAddress: "1020 Burning Tree Dr",
addressLocality: "Chapel Hill",
addressRegion: "NC",
postalCode: "27517",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9160762,
longitude: -79.0150716
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Chapel Hill and surrounding areas, NC",
knowsAbout: "Physical Therapy, Post-surgical patients, athletes and active individuals, pickleball players, those recovering from injury or managing chronic pain",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Pickleball Medicine"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Patient 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.