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: "Knight Power & Electric",
description: "Knight Power & Electric is a licensed electrician serving the Chula Vista area with expertise in residential and commercial electrical work. They provide comprehensive services including installations, repairs, panel upgrades, and electrical maintenance. The company is committed to quality workmanship and reliable service for both routine electrical needs and emergency situations.",
url: "https://usmaperx.org/details/knight-power-electric-ChIJ1yH",
address: {
@type: "PostalAddress",
streetAddress: "1911 Rue Chateau",
addressLocality: "Chula Vista",
addressRegion: "CA",
postalCode: "91913",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.6542552,
longitude: -116.9847881
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Chula Vista, CA and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, businesses requiring commercial electrical work, property owners planning panel upgrades",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.