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: "RC Electric",
description: "RC Electric is a licensed electrician serving Highland and surrounding areas with residential and commercial electrical services. They handle everything from routine repairs and maintenance to new installations and panel upgrades, with a focus on reliable, professional workmanship.",
telephone: "+1-909-425-2212",
address: {
@type: "PostalAddress",
streetAddress: "27210 E 3rd St",
addressLocality: "Highland",
addressRegion: "CA",
postalCode: "92346",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.10653200000001,
longitude: -117.21040850000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Highland, CA and surrounding areas",
knowsAbout: "Electricians, Homeowners needing repairs or upgrades, property managers, small commercial businesses",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured Professional"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service Provider"
}
],
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.