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: "Arlington's Electrical & AC Repairs",
description: "Arlington's Electrical & AC Repairs is a full-service electrical and HVAC company based in McKinney, providing residential repair and maintenance services. The business specializes in air conditioning and heating system repairs alongside comprehensive electrical work, helping homeowners keep their systems running efficiently year-round. They serve the greater McKinney area with prompt, professional service for both emergency and scheduled repairs.",
telephone: "+1-972-737-7997",
address: {
@type: "PostalAddress",
streetAddress: "4200 W University Dr",
addressLocality: "McKinney",
addressRegion: "TX",
postalCode: "75071",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.2178854,
longitude: -96.667597
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "McKinney and surrounding North Dallas area",
knowsAbout: "Electricians, Homeowners needing electrical repairs, AC/heating maintenance, emergency system repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service Focus"
}
],
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.