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: "Integrity Electrical Services Inc.",
description: "Integrity Electrical Services Inc. is a licensed electrical contractor serving the Chattanooga area with a focus on residential and commercial electrical work. The company handles everything from routine repairs and maintenance to new installations and upgrades, providing reliable service for homes and businesses that need professional electrical solutions.",
telephone: "+1-423-593-3599",
address: {
@type: "PostalAddress",
streetAddress: "1400 Chestnut St",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37402",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.03923770000001,
longitude: -85.31257140000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Chattanooga, TN and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, Businesses requiring commercial electrical work, Property managers, Renovation projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Professional"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Chattanooga Business"
}
],
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.