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: "Light Bridge Wealth Management",
description: "Light Bridge Wealth Management is an independent financial advisory firm serving Knoxville and surrounding areas. They provide comprehensive wealth management, financial planning, and investment management services tailored to individual and family financial goals. Light Bridge focuses on personalized strategies designed to help clients build and preserve wealth.",
url: "http://www.lightbridgewm.com/",
telephone: "+1-865-313-2092",
address: {
@type: "PostalAddress",
streetAddress: "400 Ebenezer Rd",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37923",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9061854,
longitude: -84.07351059999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Knoxville, Tennessee and surrounding areas",
knowsAbout: "Financial Advisors, Individuals and families seeking comprehensive financial planning, pre-retirees and retirees, business owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Advisor"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Planning"
}
],
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.