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: "B and G electrical",
description: "B and G Electrical is a Jacksonville-based electrical contracting company serving residential and commercial clients throughout the area. They provide a comprehensive range of electrical services including installations, repairs, upgrades, and maintenance work. The team is committed to delivering reliable solutions for both routine electrical needs and complex projects.",
url: "https://bandgelectrical.com/",
telephone: "+1-904-620-0081",
address: {
@type: "PostalAddress",
streetAddress: "3230 Kline Rd",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32246",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.287311799999998,
longitude: -81.5541162
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.6",
reviewCount: "25",
bestRating: "5"
},
areaServed: "Jacksonville and surrounding areas, Florida",
knowsAbout: "Electricians, Homeowners needing electrical repairs, Commercial property managers, Residential and commercial contractors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service Range"
},
{
@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.