Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Wealthway Financial Advisors",
description: "Wealthway Financial Advisors is an independent financial advisory firm serving Norfolk and the surrounding Virginia region. They provide comprehensive financial planning and investment management services to help clients build and preserve wealth. With a focus on personalized strategies, they serve individuals seeking professional guidance on retirement planning, investments, and overall financial goals.",
url: "http://www.wealthwayadvisors.com/",
telephone: "+1-757-456-2200",
address: {
@type: "PostalAddress",
streetAddress: "440 Monticello Ave #1620",
addressLocality: "Norfolk",
addressRegion: "VA",
postalCode: "23510",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.851971,
longitude: -76.288198
},
areaServed: "Norfolk, VA and surrounding Hampton Roads region",
knowsAbout: "Financial Advisors, Individuals planning for retirement, High-net-worth clients seeking personalized wealth management, Business owners needing comprehensive financial strategy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Advisors"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Planning"
}
],
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.