Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Sarah Schumacher",
description: "Sarah Schumacher is a registered dietitian (RD) and certified diabetes educator (CDE) based in Madison who provides personalized nutrition counseling and medical nutrition therapy. She specializes in diabetes management and helps patients develop sustainable eating strategies to improve their health outcomes. Working through UW Health, she combines evidence-based nutrition science with compassionate patient care to address individual dietary needs and chronic disease management.",
url: "https://www.uwhealth.org/providers/sarah-k-schumacher-rd-cd-cde",
telephone: "+1-608-287-2000",
address: {
@type: "PostalAddress",
streetAddress: "20 S Park St",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53715",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.0671051,
longitude: -89.4015877
},
areaServed: "Madison, Wisconsin and surrounding areas",
knowsAbout: "Nutrition & Dietitians, Patients with diabetes, individuals seeking medical nutrition therapy, people managing chronic diseases through dietary changes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Certified Diabetes Educator"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "UW Health Partnership"
}
],
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.