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: "Solid Electrical Services",
description: "Solid Electrical Services is a licensed and insured electrician serving Santee and the greater San Diego area. They specialize in residential electrical work including EV charger installation, panel upgrades, generator installation, and general electrical repairs and maintenance. Known for professional service and attention to detail, they handle both routine electrical needs and specialized projects for homeowners.",
url: "http://solidelectricalsd.com/",
telephone: "+1-619-626-3995",
address: {
@type: "PostalAddress",
streetAddress: "8733 Magnolia Ave #137",
addressLocality: "Santee",
addressRegion: "CA",
postalCode: "92071",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8343456,
longitude: -116.96361309999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "55",
bestRating: "5"
},
areaServed: "Santee, CA and greater San Diego County",
knowsAbout: "Electricians, Homeowners needing EV charger installation, homeowners with aging electrical panels, homeowners seeking backup power solutions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "EV Charger Installation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Electrical 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.