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: "Insur-Mart LLC - Cindy Zenor",
description: "Insur-Mart LLC is an independent insurance agency in Meridian, Idaho, run by Cindy Zenor. They offer comprehensive insurance solutions including auto, home, life, and business coverage from multiple carriers. As an independent agent, they work with various insurance companies to help customers find policies tailored to their specific needs and budget.",
url: "http://www.insur-mart.com/",
telephone: "+1-208-888-2255",
address: {
@type: "PostalAddress",
streetAddress: "1233 N Meridian Rd Suite 100",
addressLocality: "Meridian",
addressRegion: "ID",
postalCode: "83646",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.6152934,
longitude: -116.39386599999997
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "32",
bestRating: "5"
},
areaServed: "Meridian, Idaho and surrounding areas",
knowsAbout: "Insurance Agents, Homeowners needing bundled coverage, Small business owners, Individuals seeking personalized insurance advice",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive 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.