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: "Quality Electric",
description: "Quality Electric is a licensed electrician serving the Fresno area with comprehensive electrical services for residential and commercial properties. They handle everything from routine repairs and maintenance to new installations and troubleshooting, providing reliable service backed by professional expertise.",
telephone: "+1-559-550-5935",
address: {
@type: "PostalAddress",
streetAddress: "1671 W Warner Ave",
addressLocality: "Fresno",
addressRegion: "CA",
postalCode: "93711",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.83530700000001,
longitude: -119.8234045
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Fresno, CA and surrounding areas",
knowsAbout: "Electricians, Fresno homeowners, small business owners, property managers needing reliable electrical service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service Provider"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Electrical Work"
}
],
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.