Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "LPL Financial",
description: "LPL Financial is a financial advisory firm serving Lubbock and the surrounding region. They provide comprehensive financial consulting services to help clients with investment planning, retirement strategies, and overall wealth management. As a consultant-based finance service, they work with individuals to develop personalized financial plans tailored to their specific goals and circumstances.",
telephone: "+1-806-771-1977",
address: {
@type: "PostalAddress",
streetAddress: "3223 S Loop 289 #140b",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79423",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.528096399999995,
longitude: -101.8843565
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Financial Advisors, Individuals seeking comprehensive financial planning, Retirees planning retirement income strategies, Business owners managing personal wealth",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Financial Consulting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Wealth Management"
}
],
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.