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: "Dimensions Physical Therapy",
description: "Dimensions Physical Therapy in Cambridge specializes in personalized rehabilitation and injury recovery for patients of all ages. Their team of licensed physical therapists provides evidence-based treatment for orthopedic conditions, sports injuries, post-surgical rehabilitation, and chronic pain management. They offer direct-access care, meaning patients can begin treatment without a physician referral, and accept most insurance plans.",
url: "http://dimensions-pt.com/",
telephone: "+1-617-404-3843",
address: {
@type: "PostalAddress",
streetAddress: "47 Third St #201",
addressLocality: "Cambridge",
addressRegion: "MA",
postalCode: "02141",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3713915,
longitude: -71.08007359999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "111",
bestRating: "5"
},
areaServed: "Cambridge and Greater Boston, MA",
knowsAbout: "Physical Therapy, Athletes recovering from sports injuries, post-surgical patients, individuals with orthopedic conditions, people seeking pain relief without referrals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Treatment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Coverage"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Treatment Approach"
}
],
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.