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 Electrician of Richmond",
description: "Quality Electrician of Richmond provides electrical services to residential and commercial clients throughout the Richmond, VA area. Based on North Harrison Street, they handle general electrical work and repairs for homes and businesses, offering professional service with licensed expertise.",
telephone: "+1-888-280-0960",
address: {
@type: "PostalAddress",
streetAddress: "4 N Harrison St",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23220",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.546119999999995,
longitude: -77.45545299999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Richmond, Virginia and surrounding areas",
knowsAbout: "Electricians, Richmond homeowners, Small business owners, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Richmond Base"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.