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: "Superior Plumbing & Drain",
description: "Superior Plumbing & Drain is a full-service plumbing company serving Henderson and the greater Las Vegas area. They handle residential plumbing repairs, drain cleaning, water heater installation and repair, sewer line services, and emergency plumbing issues. With over a decade of experience, they're known for prompt, professional service and transparent pricing.",
url: "https://superiorplumbinglv.com/",
telephone: "+1-702-478-9643",
address: {
@type: "PostalAddress",
streetAddress: "175 N Gibson Rd",
addressLocality: "Henderson",
addressRegion: "NV",
postalCode: "89014",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.039679,
longitude: -115.030524
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "244",
bestRating: "5"
},
areaServed: "Henderson, Las Vegas, and surrounding Clark County areas",
knowsAbout: "Plumbing, Homeowners needing emergency repairs, Residents with drain or sewer issues, Those requiring water heater replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
}
],
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.