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: "Pam Cole Investments & Insurance",
description: "Pam Cole Investments & Insurance is an independent agency in Buena Vista offering comprehensive insurance and investment services. The agency specializes in helping individuals and families protect their assets through personalized coverage solutions while also providing investment guidance tailored to their financial goals.",
telephone: "+1-540-261-8955",
address: {
@type: "PostalAddress",
streetAddress: "2020 Magnolia Ave",
addressLocality: "Buena Vista",
addressRegion: "VA",
postalCode: "24416",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7334318,
longitude: -79.3545061
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Buena Vista, VA and surrounding Rockbridge County areas",
knowsAbout: "Insurance Agents, Individuals seeking integrated insurance and investment planning, families wanting personalized financial guidance, Buena Vista residents preferring local service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Insurance & Investment Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agency"
}
],
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.