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: "Alpha Electrical Contractors, LLC",
description: "Alpha Electrical Contractors, LLC is a licensed and insured electrical service company serving the Fultondale, AL area. They provide a full range of electrical services for residential and commercial properties, including installations, repairs, and maintenance work. With a focus on quality workmanship and customer satisfaction, Alpha Electrical is equipped to handle both routine electrical needs and specialized projects.",
url: "http://www.alphaelectricalllc.com/",
telephone: "+1-205-747-0482",
address: {
@type: "PostalAddress",
streetAddress: "1810 Decatur Hwy Suite 120",
addressLocality: "Fultondale",
addressRegion: "AL",
postalCode: "35068",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.6128409,
longitude: -86.7976742
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Fultondale, AL and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, Businesses requiring commercial electrical work, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@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.