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: "San Diego Wealth Management",
description: "San Diego Wealth Management provides comprehensive financial advisory services to help clients build and preserve wealth through personalized planning and investment management. Based in San Diego, they work with individuals and families to develop customized strategies aligned with their financial goals and life circumstances.",
url: "http://www.sandiegowealth.com/",
telephone: "+1-858-270-7705",
address: {
@type: "PostalAddress",
streetAddress: "6390 Greenwich Dr #215",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92122",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8548319,
longitude: -117.1864619
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Financial Advisors, High-net-worth individuals, Families seeking comprehensive wealth planning, Pre-retirees and retirees, Business owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Wealth Strategies"
},
{
@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.