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: "Lumenasa Insurance Agency LLC",
description: "Lumenasa Insurance Agency LLC is an independent insurance agency in Phoenix serving Arizona families and businesses with comprehensive coverage options. They specialize in auto, home, life, and commercial insurance, working with multiple carriers to find personalized quotes and bundling opportunities for their clients. With a focus on customer service and tailored solutions, Lumenasa helps individuals and business owners protect what matters most.",
url: "http://www.lumenasainsurance.com/",
address: {
@type: "PostalAddress",
streetAddress: "4742 N 24th St suite 355",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85016",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5072313,
longitude: -112.03077669999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "216",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas, Arizona",
knowsAbout: "Insurance Agents, Homeowners seeking bundled coverage, Small business owners, Families needing life insurance, Phoenix residents shopping for competitive auto insurance rates",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Carriers"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized 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.