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: "Charleston Electrical Services Inc",
description: "Charleston Electrical Services Inc. has been providing quality electrical service since 1972, serving residential, commercial, and industrial clients throughout the Charleston area. With 18 employees and over 500 completed projects, they bring decades of experience and a commitment to 100% customer satisfaction. Their team handles everything from routine maintenance and repairs to complex industrial installations, backed by strong communication and a dedication to exceeding client expectations.",
url: "https://www.charlestonelectricalservices.com/",
telephone: "+1-843-722-8304",
address: {
@type: "PostalAddress",
streetAddress: "60 Romney St",
addressLocality: "Charleston",
addressRegion: "SC",
postalCode: "29403",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8075348,
longitude: -79.9465161
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Charleston, SC and surrounding areas",
knowsAbout: "Electricians, Homeowners needing reliable repairs, commercial property managers, industrial facilities requiring specialized electrical work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Electrical"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "100% Satisfaction Guarantee"
}
],
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.