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: "New York Life",
description: "New York Life is a financial services firm located in Harrisonburg offering life insurance, retirement planning, and investment products. As part of the New York Life organization, they provide personalized financial guidance to help clients build and protect their wealth.",
url: "http://www.newyorklife.com/",
telephone: "+1-540-208-2821",
address: {
@type: "PostalAddress",
streetAddress: "31 Southgate Ct STE 102",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4123332,
longitude: -78.8990571
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1.5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Financial Advisors, Individuals seeking life insurance, professionals planning for retirement, families looking to protect their financial future",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established National Brand"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.