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: "Dr. Marc Robinson Physical Therapy",
description: "Dr. Marc Robinson Physical Therapy is an independent practice located in San Diego specializing in personalized rehabilitation and recovery care. Dr. Robinson provides direct-access physical therapy services for orthopedic injuries, post-surgical rehabilitation, sports injuries, and chronic pain management without requiring a physician referral. The practice combines manual therapy techniques, therapeutic exercise, and evidence-based treatment protocols tailored to each patient's specific condition and recovery goals.",
url: "https://drmarcrobinson.com/",
telephone: "+1-800-760-5469",
address: {
@type: "PostalAddress",
streetAddress: "8898 Clairemont Mesa Blvd suite j",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8323227,
longitude: -117.13683669999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "19",
bestRating: "5"
},
areaServed: "San Diego and surrounding areas",
knowsAbout: "Physical Therapy, Athletes recovering from sports injuries, post-surgical patients, individuals with orthopedic conditions, people with chronic pain seeking non-invasive treatment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Physical Therapy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Rehabilitation Services"
}
],
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.