Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Kimball Wealth Management",
description: "Kimball Wealth Management is an independent financial advisory firm serving the Filer, Idaho area and surrounding communities. They provide comprehensive financial planning and investment management services to help clients build and preserve wealth. The firm focuses on personalized strategies tailored to individual financial goals and circumstances.",
url: "http://kimballwealthmgmt.com/new/kimballwealth/content.asp?contentid=2017766511",
telephone: "+1-940-765-2635",
address: {
@type: "PostalAddress",
streetAddress: "2319 Garey Ln",
addressLocality: "Filer",
addressRegion: "ID",
postalCode: "83328",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.575826899999996,
longitude: -114.5906023
},
areaServed: "Filer, Idaho and surrounding areas",
knowsAbout: "Financial Advisors, Individuals seeking comprehensive financial planning, Pre-retirees and retirees, Wealth preservation clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Firm"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized 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.