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: "Sparks Electricians",
description: "Sparks Electricians is a Dallas-based electrical service company offering comprehensive residential and commercial electrical solutions. They handle everything from routine maintenance and repairs to new installations and panel upgrades, serving the Dallas area with professional, licensed service.",
telephone: "+1-469-914-9927",
address: {
@type: "PostalAddress",
streetAddress: "120 Turtle Creek Blvd",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75207",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7913892,
longitude: -96.8274811
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "20",
bestRating: "5"
},
areaServed: "Dallas, TX and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, business owners requiring commercial electrical work, property managers seeking routine maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Dallas Service"
}
],
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.