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: "Exencial Wealth Advisors",
description: "Exencial Wealth Advisors is an independent financial advisory firm serving Oklahoma City and the surrounding region. They provide comprehensive wealth management, financial planning, and investment services tailored to help clients build and preserve wealth. The firm focuses on personalized strategies for individual investors seeking professional guidance on their financial futures.",
url: "https://exencialwealth.com/",
telephone: "+1-405-478-1971",
address: {
@type: "PostalAddress",
streetAddress: "9108 N Kelley Ave",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73131",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.5633901,
longitude: -97.4945087
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.4",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Financial Advisors, Individual investors, retirees, business owners, high-net-worth clients seeking personalized wealth management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Advisory Firm"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive 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.