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: "Prairie Land Insurance Agency",
description: "Prairie Land Insurance Agency is a family-run, independent insurance agency in Madison with over 45 years of experience. They offer comprehensive personal insurance (home, auto, umbrella, motorcycle, condo), business insurance (general liability, commercial property, business auto), and industry-specific coverage (contractor, farm, restaurant, non-profit). As licensed insurance advisors, they represent multiple carriers including Dairyland and Progressive, providing personalized risk assessments and tailored solutions to protect what matters most.",
url: "http://www.prairielandagency.com/",
telephone: "+1-608-251-3009",
address: {
@type: "PostalAddress",
streetAddress: "2045 Atwood Ave Suite 113A",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53704",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.092272099999995,
longitude: -89.3531479
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "155",
bestRating: "5"
},
areaServed: "Madison, Wisconsin and surrounding areas",
knowsAbout: "Insurance Agents, Homeowners seeking comprehensive coverage, Small business owners, Farmers and contractors, Families with valuable assets",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "45+ Years of Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Multi-Carrier Representation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Risk Assessment"
}
],
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.