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: "Ace Electric Co., Inc.",
description: "Ace Electric is a family-owned electrical contractor serving Richmond, VA for over 50 years. They provide comprehensive electrical services for both residential and commercial projects, including new construction, renovations, emergency repairs, and complex installations in homes and buildings like medical offices, schools, and warehouses. Their experience ranges from delicate custom residential work in historic neighborhoods to large-scale commercial projects, backed by a fully licensed and insured team committed to quality craftsmanship.",
url: "http://aceelectricva.com/",
telephone: "+1-804-266-2429",
address: {
@type: "PostalAddress",
streetAddress: "5608 Greendale Rd",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23228",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.6049832,
longitude: -77.489741
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "125",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Electricians, Homeowners in historic Richmond neighborhoods, Commercial property managers, Businesses requiring specialized electrical systems",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "50+ Years of Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Project Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
}
],
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.