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: "Best Electrical Services LLC",
description: "Best Electrical Services LLC is a licensed electrical contractor serving the Charleston area with comprehensive residential and commercial electrical solutions. They handle everything from routine repairs and maintenance to panel upgrades, generator installation, and smart home wiring systems. The team is committed to delivering reliable service with proper licensing and insurance for both emergency and scheduled work.",
url: "http://bestcharlestonelectric.com/",
telephone: "+1-843-501-7946",
address: {
@type: "PostalAddress",
streetAddress: "3236 Landmark Dr Suite 101",
addressLocality: "North Charleston",
addressRegion: "SC",
postalCode: "29418",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.930155,
longitude: -80.06802929999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "5",
bestRating: "5"
},
areaServed: "North Charleston, Charleston, and surrounding Lowcountry areas",
knowsAbout: "Electricians, Homeowners needing repairs or upgrades, businesses requiring commercial electrical work, generators, and smart home installations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Electrical Scope"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
}
],
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.