Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Birmingham Electrical Service - Green Springs Hwy",
description: "Birmingham Electrical Service is a local electrician serving the Birmingham area with professional electrical installation, repair, and maintenance services. With a focus on reliable workmanship, they handle both residential and commercial electrical needs to keep homes and businesses running safely and efficiently.",
address: {
@type: "PostalAddress",
streetAddress: "28 Green Springs Hwy",
addressLocality: "Birmingham",
addressRegion: "AL",
postalCode: "35209",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.474142,
longitude: -86.826948
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Birmingham, Alabama and surrounding areas",
knowsAbout: "Electricians, Homeowners needing repairs, businesses requiring electrical maintenance, property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Birmingham Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
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.