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: "Waverley Wealth Management",
description: "Waverley Wealth Management is an independent financial advisory firm based in Mountain View serving clients throughout the Bay Area. They provide personalized wealth management, investment strategies, and financial planning tailored to individual client goals and circumstances. The team focuses on delivering comprehensive financial guidance to help clients build and preserve wealth.",
url: "http://waverleywealth.com/",
telephone: "+1-650-559-9700",
address: {
@type: "PostalAddress",
streetAddress: "2570 W El Camino Real Suite 200",
addressLocality: "Mountain View",
addressRegion: "CA",
postalCode: "94040",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.4012174,
longitude: -122.1112342
},
areaServed: "Mountain View, CA and surrounding Bay Area",
knowsAbout: "Financial Advisors, High-net-worth individuals, Business owners, Professionals seeking comprehensive wealth management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Advisory Firm"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Wealth Strategies"
}
],
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.