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: "John Plaza",
description: "John Plaza is a financial consulting firm located in San Jose that provides personalized financial advisory services to help clients achieve their wealth management and financial planning goals. With a focus on comprehensive financial strategies, they work with individuals to address investment management, retirement planning, and overall financial health.",
url: "http://www.johnplaza.com/",
telephone: "+1-408-440-1020",
address: {
@type: "PostalAddress",
streetAddress: "835 Blossom Hill Rd #220",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.2506896,
longitude: -121.85449379999999
},
areaServed: "San Jose and surrounding Silicon Valley areas",
knowsAbout: "Financial Advisors, Individuals seeking comprehensive financial planning, Professionals building investment portfolios, Retirees managing wealth",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.