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: "Desert Crest Financial",
description: "Desert Crest Financial is an independent financial advisory firm based in Henderson serving the Las Vegas Valley. They provide comprehensive financial planning and investment management services to help clients build and protect their wealth. The team focuses on personalized strategies tailored to individual financial goals.",
url: "http://www.desertcrestfinancial.com/",
telephone: "+1-702-979-3699",
address: {
@type: "PostalAddress",
streetAddress: "50 S Stephanie St Ste 102",
addressLocality: "Henderson",
addressRegion: "NV",
postalCode: "89012",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.026894399999996,
longitude: -115.04672780000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Henderson and Las Vegas Valley, Nevada",
knowsAbout: "Financial Advisors, Individuals seeking personalized financial planning, investors looking for wealth management services, clients preferring independent advisors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Advisor"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.