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: "C4 Plumbing",
description: "C4 Plumbing is a full-service plumbing company serving Aurora and the greater Denver metro area with emergency repairs, water heater installation and repair, drain cleaning, sewer line services, and general plumbing maintenance. They offer 24/7 emergency response to get problems resolved quickly, and use camera inspection technology to diagnose issues accurately without unnecessary digging.",
url: "https://c4emergencyplumbing.com/",
telephone: "+1-720-585-1471",
address: {
@type: "PostalAddress",
streetAddress: "4554 S Richfield St",
addressLocality: "Aurora",
addressRegion: "CO",
postalCode: "80015",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.6330008,
longitude: -104.7861743
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "342",
bestRating: "5"
},
areaServed: "Aurora, Denver metro area, and surrounding communities",
knowsAbout: "Plumbing, Homeowners with emergency plumbing problems, customers needing water heater replacement, those with recurring drain issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Camera Inspection Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Service Menu"
}
],
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.