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: "Coastal Electric Company of Florida",
description: "Coastal Electric Company of Florida is a licensed electrical contractor serving Jacksonville and the surrounding North Florida region. Based in Jacksonville, they provide residential and commercial electrical services including installations, repairs, and maintenance work. With years of local service experience, they handle a range of electrical projects for both homeowners and businesses.",
url: "http://www.cecofl.com/contact.html",
telephone: "+1-904-645-0026",
address: {
@type: "PostalAddress",
streetAddress: "2759 St Johns Bluff Rd S",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32246",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.29608,
longitude: -81.52514649999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Jacksonville, Florida and surrounding North Florida areas",
knowsAbout: "Electricians, Jacksonville homeowners, Commercial property managers, Businesses needing electrical contractors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Jacksonville-based"
},
{
@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.