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: "Cooper Plumbing LLC",
description: "Cooper Plumbing LLC is a full-service plumbing contractor serving the Verona area and surrounding Madison region. They handle everything from routine maintenance and repairs to new installations, water heater services, and drain cleaning. Cooper Plumbing is known for responsive service and professional workmanship on both residential and commercial plumbing projects.",
url: "https://cooperplumbing.com/",
telephone: "+1-608-845-0386",
address: {
@type: "PostalAddress",
streetAddress: "302 Investment Ct",
addressLocality: "Verona",
addressRegion: "WI",
postalCode: "53593",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.9752189,
longitude: -89.5362865
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "48",
bestRating: "5"
},
areaServed: "Verona, Madison, and surrounding Dane County, Wisconsin",
knowsAbout: "Plumbing, Homeowners needing repairs or upgrades, property managers, new construction projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Plumbing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.