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: "Parsons Wealth Management",
description: "Parsons Wealth Management is an independent financial advisory firm based in Half Moon Bay serving the San Francisco Peninsula. They provide comprehensive wealth management, financial planning, and investment management services tailored to individuals and families. Their team focuses on creating personalized financial strategies to help clients build and preserve wealth.",
url: "http://www.parsonswealthmgmt.com/",
telephone: "+1-650-726-0640",
address: {
@type: "PostalAddress",
streetAddress: "721 Purissima St Suite C",
addressLocality: "Half Moon Bay",
addressRegion: "CA",
postalCode: "94019",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.4609136,
longitude: -122.4302235
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "San Francisco Peninsula, including Half Moon Bay and surrounding coastal communities",
knowsAbout: "Financial Advisors, High-net-worth individuals, families seeking comprehensive financial planning, business owners, pre-retirees and retirees",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Advisor"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Peninsula Expertise"
}
],
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.