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: "Rivers Plumbing & Drain Services",
description: "Rivers Plumbing & Drain Services is a full-service plumbing company serving Fort Lauderdale and surrounding areas. They specialize in drain cleaning, water heater installation and repair, sewer line services, and emergency plumbing repairs. The team provides free estimates, camera inspections for diagnostic accuracy, and offers financing options to make plumbing work accessible.",
url: "https://riversplumbingfortlauderdale.com/",
telephone: "+1-954-526-0273",
address: {
@type: "PostalAddress",
streetAddress: "101 NE 3rd Ave suite 1783",
addressLocality: "Fort Lauderdale",
addressRegion: "FL",
postalCode: "33301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.123538500000002,
longitude: -80.1412083
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Fort Lauderdale, FL and surrounding South Florida communities",
knowsAbout: "Plumbing, Homeowners needing emergency repairs, property managers with multiple units, homeowners requiring water heater replacement, businesses with plumbing emergencies",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Camera Inspection Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Financing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Response"
}
],
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.