Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Morgan Stanley Financial Advisors",
description: "Morgan Stanley Financial Advisors in La Jolla provides comprehensive wealth management, investment advisory, and financial planning services to individuals and families. As part of the globally recognized Morgan Stanley brand, the team offers personalized guidance on portfolio management, retirement planning, and estate strategies. They serve high-net-worth clients seeking sophisticated financial solutions backed by institutional expertise.",
url: "https://advisor.morganstanley.com/la-jolla-branch?y_source=1_MjM2MjA3Ny03MTUtbG9jYXRpb24ud2Vic2l0ZQ%3D%3D",
telephone: "+1-858-729-5000",
address: {
@type: "PostalAddress",
streetAddress: "1111 Prospect St",
addressLocality: "La Jolla",
addressRegion: "CA",
postalCode: "92037",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8483235,
longitude: -117.2732739
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.4",
reviewCount: "5",
bestRating: "5"
},
areaServed: "La Jolla and surrounding San Diego County areas",
knowsAbout: "Financial Advisors, High-net-worth individuals, Families seeking wealth management, Retirees, Business owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Global Institution"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Planning"
},
{
@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.