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: "Jakob's Wealth Management",
description: "Jakob's Wealth Management is an independent financial advisory firm based in Las Vegas serving clients throughout Nevada and beyond. They provide comprehensive wealth management, financial planning, and investment management services tailored to individuals and families looking to grow and protect their assets. With a commitment to personalized service and fiduciary standards, they help clients develop strategies aligned with their long-term financial goals.",
url: "http://jakobswealthmanagement.com/",
telephone: "+1-702-859-2260",
address: {
@type: "PostalAddress",
streetAddress: "10161 W Park Run Dr Ste 150",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89145",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.160767899999996,
longitude: -115.3169837
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Las Vegas, Nevada and surrounding areas",
knowsAbout: "Financial Advisors, High-net-worth individuals, families seeking comprehensive financial planning, business owners planning for retirement, investors wanting personalized portfolio management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Firm"
},
{
@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.