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: "Wealth Enhancement Group",
description: "Wealth Enhancement Group is a financial advisory firm serving Nashville clients with comprehensive wealth management, investment planning, and financial strategy services. Their team works with individuals and families to build and protect wealth through personalized financial planning and investment management tailored to each client's goals and risk tolerance.",
url: "https://www.wealthenhancement.com/location/nashville-tn",
telephone: "+1-615-263-9821",
address: {
@type: "PostalAddress",
streetAddress: "1221 Broadway #1925",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37203",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1558682,
longitude: -86.7882506
},
areaServed: "Nashville, Tennessee and surrounding areas",
knowsAbout: "Financial Advisors, Individuals and families seeking comprehensive wealth management, Pre-retirees and retirees planning for income security, Business owners managing complex financial situations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Wealth Strategy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Service"
}
],
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.