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: "Jacksonville Wealth Management",
description: "Jacksonville Wealth Management is an independent financial advisory firm serving Jacksonville and surrounding areas with comprehensive wealth management, investment planning, and financial strategy services. The firm focuses on personalized financial planning for individuals and families looking to grow and protect their assets through tailored investment strategies and ongoing portfolio management.",
url: "http://jaxwealth.com/",
telephone: "+1-904-923-7526",
address: {
@type: "PostalAddress",
streetAddress: "8075 Gate Pkwy W STE 101",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32216",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.2561588,
longitude: -81.5788269
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Financial Advisors, Affluent individuals, families seeking comprehensive wealth strategies, business owners planning for retirement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Firm"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive 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.