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: "Madison Physical Therapy and Consulting",
description: "Madison Physical Therapy and Consulting provides evidence-based physical therapy services to help patients recover from injuries, surgery, and chronic conditions. Located on Madison's downtown Butler Street, the clinic specializes in personalized rehabilitation programs designed to restore mobility, reduce pain, and improve function. They serve patients of all ages seeking to return to work, sports, and daily activities through direct access care without requiring physician referrals.",
url: "https://www.madisonptandconsulting.com/",
telephone: "+1-608-957-7088",
address: {
@type: "PostalAddress",
streetAddress: "133 S Butler St",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53703",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.075207299999995,
longitude: -89.3787901
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Madison and surrounding Dane County, Wisconsin",
knowsAbout: "Physical Therapy, Athletes seeking sports injury recovery, post-surgical patients, people with chronic pain, occupational injury rehabilitation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Madison Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Evidence-Based Treatment"
}
],
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.