Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Wells Fargo Advisors",
description: "Wells Fargo Advisors is a financial advisory service located in San Jose offering investment management and financial planning services to clients. As part of the Wells Fargo brand, they provide access to investment products and wealth management solutions, though specific service details would require direct contact with their San Jose office.",
telephone: "+1-408-277-6242",
address: {
@type: "PostalAddress",
streetAddress: "1250 Lincoln Ave",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95125",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.305944,
longitude: -121.89895440000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1",
reviewCount: "1",
bestRating: "5"
},
areaServed: "San Jose and surrounding Bay Area",
knowsAbout: "Financial Advisors, Investors seeking established financial advisory services, clients preferring major bank-affiliated advisors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Wells Fargo Brand"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
}
],
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.