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: "West Texas Investments",
description: "West Texas Investments is an independent financial advisory firm based in Lubbock serving clients throughout West Texas. They provide comprehensive financial planning, investment management, and consulting services tailored to help individuals and businesses build and preserve wealth. The firm specializes in personalized strategies designed to meet each client's unique financial goals.",
url: "https://www.westtexasinvestments.com/",
telephone: "+1-806-687-5257",
address: {
@type: "PostalAddress",
streetAddress: "7021 Kewanee Ave #6-103",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79424",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5314216,
longitude: -101.95511619999999
},
areaServed: "Lubbock and surrounding West Texas communities",
knowsAbout: "Financial Advisors, Individuals seeking comprehensive financial planning, Business owners needing investment strategies, Investors wanting independent advisory guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Advisory Firm"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Financial Strategies"
}
],
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.