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: "Vaughan Family Water Heaters",
description: "Vaughan Family Water Heaters specializes in water heater installation, repair, and replacement services throughout the Phoenix area. With a focus on reliable service and customer satisfaction, they handle both emergency repairs and planned replacements for residential properties. Their experienced team provides efficient solutions to keep homes supplied with hot water year-round.",
telephone: "+1-602-353-7620",
address: {
@type: "PostalAddress",
streetAddress: "2248 Grand Ave #7500",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85009",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4763918,
longitude: -112.1116807
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "113",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing water heater repairs, new installations, or emergency hot water restoration",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Owned Operation"
}
],
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.