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: "Badgerland Irrigation and Lighting Service",
description: "Badgerland Irrigation and Lighting Service is a full-service irrigation and outdoor lighting company serving the Stoughton area and surrounding communities. They specialize in irrigation system installation, maintenance, and seasonal services, along with professional outdoor lighting design and installation to enhance landscaping and property curb appeal. Their experienced team handles everything from system design through year-round maintenance.",
url: "http://www.badgerirr.com/",
telephone: "+1-608-836-1196",
address: {
@type: "PostalAddress",
streetAddress: "1086 WI-138",
addressLocality: "Stoughton",
addressRegion: "WI",
postalCode: "53589",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.9060749,
longitude: -89.2301916
},
areaServed: "Stoughton, WI and surrounding communities",
knowsAbout: "Irrigation Systems, Homeowners, commercial property managers, landscapers seeking professional irrigation and lighting services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Irrigation Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Outdoor Lighting"
}
],
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.