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: "Medfield Orthopedic + Sports Therapy",
description: "Medfield Orthopedic + Sports Therapy is a medical clinic specializing in orthopedic rehabilitation and sports injury treatment in Medfield, MA. They provide specialized physical therapy for patients recovering from orthopedic conditions, sports injuries, and post-surgical rehabilitation. The clinic is dedicated to helping patients regain mobility and return to their daily activities and athletic pursuits.",
telephone: "+1-508-359-9119",
address: {
@type: "PostalAddress",
streetAddress: "5 N Meadows Rd",
addressLocality: "Medfield",
addressRegion: "MA",
postalCode: "02052",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.1864723,
longitude: -71.3097255
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "177",
bestRating: "5"
},
areaServed: "Medfield, MA and surrounding towns",
knowsAbout: "Physical Therapy, Athletes, post-surgical patients, individuals with joint injuries, active adults seeking to return to sports",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Orthopedic Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Post-Surgical Rehabilitation"
}
],
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.