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: "Ramirez Brothers Electricians",
description: "Ramirez Brothers Electricians is a locally-owned electrical service company serving the Salt Lake City area. They provide comprehensive electrical services including installations, repairs, and maintenance for residential and commercial properties. With a strong reputation for reliability and quality workmanship, they handle everything from standard electrical work to specialized projects.",
telephone: "+1-385-330-4243",
address: {
@type: "PostalAddress",
streetAddress: "266 W 4500 S #4640",
addressLocality: "Salt Lake City",
addressRegion: "UT",
postalCode: "84107",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6749552,
longitude: -111.8990839
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "98",
bestRating: "5"
},
areaServed: "Salt Lake City and surrounding areas, Utah",
knowsAbout: "Electricians, Homeowners needing reliable electrical repairs, Businesses requiring commercial electrical work, Property owners seeking maintenance services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Owned & Operated"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Responsive 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.