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: "R & G Plumbing and Drain Services Inc",
description: "R & G Plumbing and Drain Services, Inc. is a locally owned plumbing company in Laredo with over 35 years of experience serving residential, commercial, and industrial customers. They offer complete plumbing services including new construction, slab leak repairs, drain cleaning, water heater service, and emergency repairs, backed by licensed master plumber expertise and 24-hour emergency availability.",
url: "https://www.rgplumbinglaredo.com/",
telephone: "+1-956-726-6311",
address: {
@type: "PostalAddress",
streetAddress: "902 Willow St",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78040",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.5003504,
longitude: -99.48757499999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing emergency plumbing repairs, Commercial property managers, Industrial facilities requiring specialized plumbing",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "35+ Years of Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24-Hour Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Local Estimates"
}
],
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.