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: "Bell Plumbing, Heating, Cooling & Electrical",
description: "Bell Plumbing, Heating, Cooling & Electrical is a full-service home systems company serving the Denver metro area with comprehensive plumbing, HVAC, and electrical solutions. From emergency repairs to new installations and maintenance plans, they handle everything homeowners need to keep their homes comfortable and functional. With decades of local experience, Bell combines skilled technicians, transparent pricing, and reliable service across all three trades.",
url: "https://bellplumbing.com/",
telephone: "+1-720-740-0350",
address: {
@type: "PostalAddress",
streetAddress: "8955 E Nichols Ave #200",
addressLocality: "Centennial",
addressRegion: "CO",
postalCode: "80112",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.5725096,
longitude: -104.88452219999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "4243",
bestRating: "5"
},
areaServed: "Centennial, CO and surrounding Denver metro area",
knowsAbout: "Plumbing, Homeowners seeking convenient multi-trade service, emergency repair needs, new system installations, preventive maintenance plans",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "One-Stop Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.