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: "Plumbing Kings",
description: "Plumbing Kings is a full-service plumbing company serving the Las Vegas area with expertise in residential and commercial plumbing. They handle everything from routine repairs and drain cleaning to water heater installation, sewer line service, and emergency plumbing issues. Their licensed and insured team provides free estimates and offers financing options to make services accessible.",
url: "http://plumbingkingsllc.com/",
telephone: "+1-702-234-2345",
address: {
@type: "PostalAddress",
streetAddress: "5966 S Topaz St",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89120",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0814798,
longitude: -115.1138275
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "106",
bestRating: "5"
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing routine repairs, emergency plumbing, water heater replacement, property managers, commercial building owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Availability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & Financing"
}
],
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.