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: "ReActive Sports Medicine",
description: "ReActive Sports Medicine is a physical therapy clinic in Boston specializing in sports medicine and injury rehabilitation. Their team of licensed physiotherapists provides evidence-based treatment for athletes and active individuals recovering from injuries, post-surgical conditions, and sports-related pain. They offer direct access care with no physician referral needed, making it easy for patients to begin treatment immediately.",
url: "http://www.reactivesportsmed.com/",
telephone: "+1-617-302-6802",
address: {
@type: "PostalAddress",
streetAddress: "4 Avery St",
addressLocality: "Boston",
addressRegion: "MA",
postalCode: "02111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3534171,
longitude: -71.06264279999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Boston and surrounding Massachusetts communities",
knowsAbout: "Physical Therapy, Athletes, active individuals recovering from sports injuries, post-surgical rehab patients, direct-access seekers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports Medicine Specialization"
},
{
@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.