Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "GMI Insurance Agency, Inc",
description: "GMI Insurance Agency is an independent insurance agency serving Provo and surrounding communities with comprehensive coverage options including auto, home, life, and business insurance. As an independent agent, GMI works with multiple carriers to find personalized insurance solutions that match each client's specific needs and budget. They focus on building long-term relationships and providing expert guidance to help families and business owners protect what matters most.",
url: "https://gmiins.com/",
telephone: "+1-801-226-8770",
address: {
@type: "PostalAddress",
streetAddress: "1355 N University Ave #140",
addressLocality: "Provo",
addressRegion: "UT",
postalCode: "84604",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.2526174,
longitude: -111.6591026
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "91",
bestRating: "5"
},
areaServed: "Provo, Utah and surrounding communities",
knowsAbout: "Insurance Agents, Families seeking auto and home insurance, small business owners, people looking to bundle policies for discounts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent Network"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Bundling & Discounts"
}
],
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.