Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Distinction Electric Co",
description: "Distinction Electric Co is a licensed and insured electrical contractor serving the San Antonio area with comprehensive residential and commercial electrical services. They handle everything from routine repairs and maintenance to panel upgrades, generator installation, and smart home wiring projects. With a focus on quality workmanship and reliable service, Distinction Electric is equipped to handle both emergency electrical issues and planned installations for homeowners and businesses.",
telephone: "+1-210-338-8418",
address: {
@type: "PostalAddress",
streetAddress: "7900 Ewing Halsell Dr",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78229",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.511709,
longitude: -98.571873
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "62",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, businesses requiring commercial electrical work, residents upgrading electrical panels, property owners installing generators or EV chargers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Electrical Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Availability"
}
],
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.