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: "Gibbons Electric",
description: "Gibbons Electric is a licensed electrical contractor serving the Medford area and surrounding communities. They handle residential and commercial electrical work including installations, repairs, panel upgrades, and emergency service calls. With over two decades of local experience, Gibbons Electric is known for reliable, professional workmanship and responsive customer service.",
url: "http://www.gibbonselectric.com/",
telephone: "+1-781-648-7771",
address: {
@type: "PostalAddress",
streetAddress: "151 Mystic Ave #2",
addressLocality: "Medford",
addressRegion: "MA",
postalCode: "02155",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.409744499999995,
longitude: -71.1058274
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "50",
bestRating: "5"
},
areaServed: "Medford, MA and surrounding communities",
knowsAbout: "Electricians, Homeowners needing repairs or upgrades, businesses requiring commercial electrical work, property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured Professional"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.