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: "Stonebridge Wealth Management Inc",
description: "Stonebridge Wealth Management Inc is a financial advisory firm serving North Palm Beach and the surrounding Palm Beach County area. The firm provides comprehensive wealth management and financial consulting services to help clients build and preserve their assets. With a focus on personalized service, they work with individuals to develop tailored financial strategies.",
telephone: "+1-561-355-0881",
address: {
@type: "PostalAddress",
streetAddress: "Highway Ste 102, 13700 US-1",
addressLocality: "North Palm Beach",
addressRegion: "FL",
postalCode: "33408",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.8775427,
longitude: -80.05483679999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "15",
bestRating: "5"
},
areaServed: "North Palm Beach, FL and surrounding Palm Beach County",
knowsAbout: "Financial Advisors, High-net-worth individuals, Retirement planning clients, Business owners seeking wealth preservation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established 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.