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: "Lighthouse Financial Advisors",
description: "Lighthouse Financial Advisors is an independent financial advisory firm based in Red Bank, NJ, serving clients throughout the region with comprehensive financial planning and investment management services. The team helps individuals and families develop personalized strategies for retirement planning, wealth management, and long-term financial goals. They focus on building trusted relationships and providing clear guidance tailored to each client's unique circumstances.",
url: "http://lfadvisors.com/",
telephone: "+1-732-747-6697",
address: {
@type: "PostalAddress",
streetAddress: "3 Harding Rd # B",
addressLocality: "Red Bank",
addressRegion: "NJ",
postalCode: "07701",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.3469802,
longitude: -74.0638275
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Red Bank, NJ and surrounding areas",
knowsAbout: "Financial Advisors, Pre-retirees and retirees, High-net-worth individuals, Families seeking comprehensive financial planning",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Advisory Firm"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Planning 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.