Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "NC Farm Bureau Insurance",
description: "NC Farm Bureau Insurance is a local agency in Charlotte serving Mecklenburg County with a team of dedicated insurance professionals. They offer auto, home, life, and health insurance products designed to protect families and individuals. With multiple agents on staff and a focus on personalized service, they help clients find coverage that meets their specific needs.",
url: "https://www.ncfbins.com/charlotte-nc",
telephone: "+1-704-548-9845",
address: {
@type: "PostalAddress",
streetAddress: "301 McCullough Dr Ste 110",
addressLocality: "Charlotte",
addressRegion: "NC",
postalCode: "28262",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3013767,
longitude: -80.7573705
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "220",
bestRating: "5"
},
areaServed: "Charlotte and Mecklenburg County, NC",
knowsAbout: "Insurance Agents, Charlotte families needing comprehensive coverage, small business owners, individuals seeking bundled insurance policies",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Team of Professionals"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service 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.