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: "A&J Electrical",
description: "A&J Electrical is a licensed and insured electrical contractor serving San Jacinto and surrounding areas. They provide residential and commercial electrical services including installations, repairs, panel upgrades, and emergency electrical work. With a focus on quality craftsmanship and customer satisfaction, A&J Electrical handles everything from routine maintenance to complex electrical projects.",
url: "http://ajelectricalsolutions.com/",
telephone: "+1-909-659-2108",
address: {
@type: "PostalAddress",
streetAddress: "836 Buick Ave",
addressLocality: "San Jacinto",
addressRegion: "CA",
postalCode: "92582",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.778318899999995,
longitude: -116.98153609999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "San Jacinto, CA and surrounding Riverside County areas",
knowsAbout: "Electricians, Homeowners needing repairs or upgrades, commercial property managers, customers requiring emergency electrical service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured Professional"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency & Routine Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Electrical Solutions"
}
],
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.