Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "C & W Electric Company LLC",
description: "C & W Electric Company LLC is a licensed electrician serving Birmingham, AL and surrounding areas. They provide electrical installation, repair, and maintenance services for residential and commercial properties. With a focus on quality workmanship and customer satisfaction, C & W Electric handles everything from routine electrical issues to complex installations.",
url: "http://candwelectricco.com/",
telephone: "+1-205-808-8747",
address: {
@type: "PostalAddress",
streetAddress: "1518 Pinson St",
addressLocality: "Birmingham",
addressRegion: "AL",
postalCode: "35217",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5833544,
longitude: -86.7729696
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Birmingham, AL and surrounding areas",
knowsAbout: "Electricians, Homeowners needing repairs, businesses requiring commercial electrical work, property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Electrical"
}
],
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.