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: "A & S Electricians LLC",
description: "A & S Electricians LLC is a licensed and insured electrical service company serving Beverly Hills and surrounding areas. They handle residential and commercial electrical work including installations, repairs, and upgrades. With a perfect 5-star rating from 55 reviews, they're known for reliable service and professional workmanship.",
telephone: "+1-310-997-4771",
address: {
@type: "PostalAddress",
streetAddress: "287 S Robertson Blvd #123",
addressLocality: "Beverly Hills",
addressRegion: "CA",
postalCode: "90211",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0627022,
longitude: -118.3836948
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "55",
bestRating: "5"
},
areaServed: "Beverly Hills, CA and surrounding Los Angeles areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, Businesses requiring commercial electrical work, Residents upgrading electrical systems",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.