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: "Wenzel Agency: Allstate Insurance",
description: "Wenzel Agency is a local Allstate Insurance office serving Madison and the surrounding area. They offer a full range of insurance products including auto, home, life, and business coverage. As an Allstate agency, they help customers find the right protection for their needs and provide ongoing support for claims and policy management.",
url: "https://agents.allstate.com/wenzel-agency-madison-wi.html",
telephone: "+1-608-222-2411",
address: {
@type: "PostalAddress",
streetAddress: "4274 E Towne Blvd Ste 200",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53704",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.125276899999996,
longitude: -89.30981059999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "37",
bestRating: "5"
},
areaServed: "Madison, WI and surrounding areas",
knowsAbout: "Insurance Agents, Madison families and professionals needing auto and home insurance, business owners seeking commercial coverage, customers looking to bundle policies for discounts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Allstate Backing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service"
}
],
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.