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: "Silicon Valley Wealth Advisors, LLC",
description: "Silicon Valley Wealth Advisors, LLC is an independent financial advisory firm serving the San Jose area with personalized wealth management and financial planning services. The firm helps clients build and preserve wealth through customized investment strategies and comprehensive financial guidance tailored to individual goals and circumstances.",
url: "http://www.svwadvisors.com/",
telephone: "+1-408-688-0888",
address: {
@type: "PostalAddress",
streetAddress: "3190 S Bascom Ave #210",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95124",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.265150999999996,
longitude: -121.94136100000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.4",
reviewCount: "5",
bestRating: "5"
},
areaServed: "San Jose and Silicon Valley",
knowsAbout: "Financial Advisors, Silicon Valley professionals, business owners, high-net-worth individuals seeking personalized wealth management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Advisor"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
}
],
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.