Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Ace Insurance",
description: "Ace Insurance is an independent insurance agency serving West Valley City and surrounding areas with personalized coverage solutions for auto, home, life, and business insurance. With a focus on competitive rates and customer service, they help individuals and businesses find the right policies to fit their needs and budgets.",
url: "http://www.segurosace.com/",
telephone: "+1-801-565-9090",
address: {
@type: "PostalAddress",
streetAddress: "1601 W 3500 S",
addressLocality: "West Valley City",
addressRegion: "UT",
postalCode: "84119",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6955201,
longitude: -111.9367317
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "492",
bestRating: "5"
},
areaServed: "West Valley City, Salt Lake City, and surrounding areas",
knowsAbout: "Insurance Agents, Families seeking bundled insurance coverage, small business owners, individuals looking for competitive rates",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agency"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Coverage"
}
],
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.