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: "South Texas Plumbing Contractors",
description: "South Texas Plumbing Contractors is a full-service plumbing company based in Laredo, TX, specializing in residential and commercial plumbing solutions. They handle everything from routine repairs and drain cleaning to water heater installation, sewer line service, and emergency plumbing calls. With a 4.7-star reputation built on 29+ customer reviews, they're known for reliable, professional service across South Texas.",
url: "http://www.southtexasplumbingcontractors.com/",
telephone: "+1-956-333-6935",
address: {
@type: "PostalAddress",
streetAddress: "109 Flecha Ln Suite B",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78045",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.581698799999998,
longitude: -99.5120243
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding South Texas communities",
knowsAbout: "Plumbing, Homeowners needing emergency plumbing repair, property managers, businesses requiring commercial plumbing service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service Range"
},
{
@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.