Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "E Maldonado & Sons Plumbing Co",
description: "E Maldonado & Sons Plumbing Co is a family-owned plumbing service based in Laredo, TX, providing residential and commercial plumbing solutions. With decades of experience, the company handles everything from routine repairs and maintenance to complex installations and emergency service calls. They serve the Laredo community with straightforward, reliable plumbing work.",
telephone: "+1-956-724-3675",
address: {
@type: "PostalAddress",
streetAddress: "506 Boise Way",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78041",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.566553,
longitude: -99.4777154
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2",
reviewCount: "25",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing routine plumbing repairs, Local Laredo residents requiring emergency plumbing service, Families seeking dependable, established plumbing contractors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Owned Operation"
},
{
@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.