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: "Green Electric Solutions",
description: "Green Electric Solutions is a full-service electrical contractor in San Diego specializing in residential and commercial electrical work, including panel upgrades, EV charger installation, and smart home wiring. The team is licensed and insured, offering free estimates and emergency service availability. They combine quality craftsmanship with sustainable electrical solutions for homeowners and businesses throughout the San Diego area.",
url: "https://www.greenelectricsolution.com/",
telephone: "+1-858-221-4551",
address: {
@type: "PostalAddress",
streetAddress: "4858 Mercury St # 202",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.830320799999996,
longitude: -117.1491008
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "89",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Electricians, Homeowners needing EV charger installation, Businesses requiring panel upgrades, Smart home enthusiasts, Properties needing emergency electrical repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "EV Charger Installation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Smart Home Wiring"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
}
],
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.