Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Trevino Family Water Heaters",
description: "Trevino Family Water Heaters is a specialized plumbing service in Colorado Springs focused on water heater installation, repair, and replacement. With a strong reputation for reliability and customer satisfaction, they serve residential customers throughout the Colorado Springs area with expert diagnostics and efficient solutions for all water heater types and brands.",
telephone: "+1-719-208-4615",
address: {
@type: "PostalAddress",
streetAddress: "3133 W Colorado Ave #9550",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80904",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.853867099999995,
longitude: -104.87346459999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "149",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing water heater repair or replacement, residential properties with failing or aging water heaters, customers seeking specialized expertise",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Water Heater Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Run Business"
}
],
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.