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: "DrainExperts.com",
description: "DrainExperts.com is a plumbing service based in Colton, CA specializing in drain cleaning, sewer line repair, and water heater installation and repair. They offer camera inspection services to diagnose plumbing issues accurately and provide free estimates for all work. The team is licensed and insured, and available for emergency service calls.",
url: "https://drainexperts.com/",
telephone: "+1-909-333-9469",
address: {
@type: "PostalAddress",
streetAddress: "11618 Placid Ct",
addressLocality: "Colton",
addressRegion: "CA",
postalCode: "92324",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0423517,
longitude: -117.28444309999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Colton, CA and surrounding Inland Empire communities",
knowsAbout: "Plumbing, Homeowners with drain or sewer problems, emergency plumbing needs, those seeking second opinions on plumbing repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Camera Inspection Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
}
],
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.