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: "All Secure Insurance Inc",
description: "All Secure Insurance Inc is an independent insurance agency serving Nashville and surrounding areas. They provide comprehensive insurance solutions including auto, home, life, and business coverage, helping individuals and families find the right protection for their needs. As an independent agent, they work with multiple carriers to offer competitive rates and personalized service.",
telephone: "+1-731-617-9699",
address: {
@type: "PostalAddress",
streetAddress: "801 18th Avenue N",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37203",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.150177899999996,
longitude: -86.7948115
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Nashville, Tennessee and surrounding communities",
knowsAbout: "Insurance Agents, Homeowners seeking bundled insurance, small business owners, individuals needing auto and home coverage, families looking for life insurance protection",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Coverage Types"
}
],
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.