Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "KennyCo Electric LLC",
description: "KennyCo Electric LLC is a licensed electrical contractor serving the Choctaw area and surrounding communities. They handle residential and commercial electrical work, from installations and repairs to upgrades and maintenance. With a strong track record of quality service, KennyCo Electric is committed to reliable, professional electrical solutions for homeowners and businesses.",
telephone: "+1-405-255-1595",
address: {
@type: "PostalAddress",
streetAddress: "11419 Jeffords Ave",
addressLocality: "Choctaw",
addressRegion: "OK",
postalCode: "73020",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4915127,
longitude: -97.3268109
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Choctaw, Oklahoma and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, new construction projects, businesses requiring commercial electrical work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Professional"
},
{
@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.