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: "Cactus Valley Electrical",
description: "Cactus Valley Electrical is a full-service electrical contractor serving the Phoenix metro area with expertise in residential, commercial, and industrial electrical work. Founded on a commitment to quality craftsmanship and customer service, they handle everything from new installations and panel upgrades to troubleshooting and emergency repairs. Their licensed and insured team specializes in code-compliant work and uses modern techniques to ensure safe, reliable electrical systems.",
url: "http://www.cactusvalleyelectrical.com/",
telephone: "+1-602-878-7962",
address: {
@type: "PostalAddress",
streetAddress: "1710 E Germann Rd #14A",
addressLocality: "Chandler",
addressRegion: "AZ",
postalCode: "85286",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.2775713,
longitude: -111.8129451
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "533",
bestRating: "5"
},
areaServed: "Chandler, Phoenix metro area, and surrounding cities",
knowsAbout: "Electricians, Homeowners needing repairs or upgrades, commercial property managers, businesses requiring industrial electrical work, anyone needing emergency electrical service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Scope"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
}
],
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.