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: "Vision Wealth Advisors",
description: "Vision Wealth Advisors is an independent financial advisory firm serving Lubbock and the surrounding region. They provide comprehensive financial planning and wealth management services to help clients build and preserve their financial futures. Their team works with individuals to develop personalized investment and retirement strategies tailored to each client's unique goals.",
url: "https://visionwealthadvisors.com/",
telephone: "+1-806-553-2800",
address: {
@type: "PostalAddress",
streetAddress: "11912 Slide Rd Suite B",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79424",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4854023,
longitude: -101.9228172
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Financial Advisors, Individuals seeking comprehensive financial planning, Pre-retirees and retirees planning income strategies, Business owners managing wealth accumulation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Advisors"
},
{
@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.