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: "Dr. Drain Plumbing and Rooter",
description: "Dr. Drain Plumbing and Rooter is a locally owned plumbing company serving San Francisco and the Peninsula with over 15 years of experience. Owner Dickson Lim and his team provide emergency drain cleaning, sewer line repair, water heater installation, fixture work, gas line services, and routine maintenance for both homes and businesses. They offer 24/7 emergency service, free estimates, and are licensed, insured, and bonded.",
url: "https://drdrainplumbingandrooter.com/",
telephone: "+1-650-686-0757",
address: {
@type: "PostalAddress",
streetAddress: "1043 Pinehurst Ct",
addressLocality: "Millbrae",
addressRegion: "CA",
postalCode: "94030",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.6006661,
longitude: -122.4194776
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "220",
bestRating: "5"
},
areaServed: "San Francisco Peninsula and surrounding areas, including Millbrae, San Mateo, Daly City, and South San Francisco",
knowsAbout: "Plumbing, Homeowners needing emergency plumbing repairs, properties requiring sewer line work, households needing water heater installation or replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & Consultations"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced & Well-Equipped"
}
],
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.