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: "Aaron Electrical Co.",
description: "Aaron Electrical Co. is a local electrician serving the San Antonio area with residential and commercial electrical services. Based in San Antonio, they handle general electrical work, repairs, and installations for property owners and businesses needing professional electrical solutions.",
telephone: "+1-512-886-8781",
address: {
@type: "PostalAddress",
streetAddress: "927 E Sonterra Blvd",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78258",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.615523099999994,
longitude: -98.480239
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.1",
reviewCount: "7",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, businesses requiring commercial electrical work, property maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local San Antonio Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Electrical Services"
}
],
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.