Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Moland Electricians",
description: "Moland Electricians is a licensed and insured electrical service provider serving the San Diego area. They handle residential and commercial electrical work, including installations, repairs, and upgrades. The team specializes in providing reliable solutions for both routine maintenance and emergency electrical needs.",
url: "https://molandelectricians.store/",
telephone: "+1-619-374-8365",
address: {
@type: "PostalAddress",
streetAddress: "4086 Marlborough Ave",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92105",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7512207,
longitude: -117.1059365
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, businesses requiring commercial wiring, residents seeking emergency electrical service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.