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: "Nashville Insurance Services",
description: "Nashville Insurance Services is an independent insurance agency serving Nashville and surrounding communities with personalized coverage solutions. They specialize in auto, home, life, and business insurance, helping individuals and companies find the right policies at competitive rates. As an independent agent, they work with multiple carriers to provide clients with customized options rather than limiting them to a single company's offerings.",
url: "http://www.nashvilleinsuranceservices.com/",
telephone: "+1-615-953-7763",
address: {
@type: "PostalAddress",
streetAddress: "41 Peabody St",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37210",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1577981,
longitude: -86.76854259999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Nashville, TN and surrounding areas",
knowsAbout: "Insurance Agents, Homeowners, auto owners, small business owners, families seeking life insurance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Coverage"
},
{
@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.