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: "Virginia Farm Bureau Insurance Company",
description: "Virginia Farm Bureau Insurance Company in Lexington provides comprehensive insurance solutions including auto, home, life, and business coverage. As part of the Farm Bureau network, they offer personalized service to individuals and families throughout the region, combining local expertise with the backing of a statewide organization.",
url: "https://www.vafb.com/offices/lexington",
telephone: "+1-540-463-3603",
address: {
@type: "PostalAddress",
streetAddress: "2050 N Lee Hwy",
addressLocality: "Lexington",
addressRegion: "VA",
postalCode: "24450",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.8220236,
longitude: -79.3892037
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Lexington, Virginia and surrounding areas",
knowsAbout: "Insurance Agents, Families seeking bundled insurance, Business owners, Individuals needing comprehensive coverage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Farm Bureau Network"
},
{
@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.