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: "BAM - Bay Area Maintenance",
description: "BAM - Bay Area Maintenance is a residential electrical and HVAC maintenance company serving the Mid Peninsula and Western East Bay. They specialize in EV charger installation and are certified for all home charger types. The team also provides electrical repair for safety concerns and HVAC maintenance to keep systems running smoothly during peak seasons.",
url: "http://bayareamaintenance.com/",
telephone: "+1-650-445-4226",
address: {
@type: "PostalAddress",
streetAddress: "2516 Emmett Way",
addressLocality: "East Palo Alto",
addressRegion: "CA",
postalCode: "94303",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.4738156,
longitude: -122.1398537
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Mid Peninsula and Western East Bay, including East Palo Alto and surrounding areas",
knowsAbout: "Electricians, Homeowners needing EV charger installation, Residential electrical repair customers, Homeowners seeking HVAC maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "EV Charger Certification"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Services"
}
],
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.