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: "InsureAll, Inc.",
description: "InsureAll, Inc. is an independent insurance agency in Lubbock specializing in comprehensive coverage across multiple insurance lines. They serve individuals and businesses with personalized insurance solutions, including auto, home, life, and commercial policies. Their focus on independent representation allows them to compare options from multiple carriers to find the right coverage at competitive rates.",
telephone: "+1-806-547-1255",
address: {
@type: "PostalAddress",
streetAddress: "Suite C, 5137 69th St",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79424",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5307795,
longitude: -101.9190586
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Insurance Agents, Lubbock residents seeking personalized insurance advice, small business owners needing commercial coverage, families wanting to consolidate multiple insurance policies",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent Model"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Line 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.