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: "J.J. Galvin Electrical",
description: "J.J. Galvin Electrical is a licensed electrical contractor serving Newton and surrounding communities with a full range of residential and commercial electrical services. With over 50 customer reviews, they handle everything from standard installations and repairs to panel upgrades, generator installations, and smart home wiring. The team is known for reliable, professional service and free estimates on new projects.",
url: "http://www.galvinelectric.com/",
telephone: "+1-617-332-9286",
address: {
@type: "PostalAddress",
streetAddress: "164 Adams St",
addressLocality: "Newton",
addressRegion: "MA",
postalCode: "02458",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3592306,
longitude: -71.2010341
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "50",
bestRating: "5"
},
areaServed: "Newton, MA and surrounding communities",
knowsAbout: "Electricians, Homeowners needing repairs or upgrades, new construction projects, smart home installations, commercial properties",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Scope"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.