Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Evolve Insurance Group",
description: "Evolve Insurance Group is an independent insurance agency in Jacksonville offering personalized coverage solutions across auto, home, life, and business insurance. The agency specializes in helping clients find the right policies at competitive rates by representing multiple carriers, allowing them to compare options and bundle coverage for maximum savings. With a focus on customer service and local expertise, they work directly with clients to understand their unique insurance needs.",
telephone: "+1-904-560-8004",
address: {
@type: "PostalAddress",
streetAddress: "25 N Market St #119",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32202",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.325956299999998,
longitude: -81.6538061
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Insurance Agents, Homeowners seeking bundled coverage, small business owners, auto insurance shoppers, individuals looking for life insurance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Carrier Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Jacksonville Presence"
},
{
@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.