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: "Omega Wealth Management",
description: "Omega Wealth Management is a financial advisory firm located in Arlington, Virginia, specializing in comprehensive wealth management and financial planning services. They work with clients to develop personalized investment strategies and financial plans tailored to individual goals and circumstances.",
url: "http://www.omegawealthmanagement.com/",
telephone: "+1-703-387-0919",
address: {
@type: "PostalAddress",
streetAddress: "4501 Fairfax Dr Suite 602",
addressLocality: "Arlington",
addressRegion: "VA",
postalCode: "22203",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8824768,
longitude: -77.1156717
},
areaServed: "Arlington, Virginia and surrounding Northern Virginia communities",
knowsAbout: "Financial Advisors, Individuals seeking comprehensive financial planning, High-net-worth clients, Business owners, Professionals planning for retirement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Financial Planning"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Wealth Management"
}
],
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.