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: "Edelman Financial Engines",
description: "Edelman Financial Engines is a financial advisory firm serving Phoenix-area clients with comprehensive wealth management, retirement planning, and investment management services. The firm helps individuals and families develop personalized financial strategies to build and protect their wealth across all life stages.",
url: "https://www.edelmanfinancialengines.com/location.AZ.Phoenix/",
telephone: "+1-602-635-6621",
address: {
@type: "PostalAddress",
streetAddress: "4742 N 24th St Suite 400",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85016",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5071538,
longitude: -112.03074640000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1.2",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Phoenix, Arizona and surrounding areas",
knowsAbout: "Financial Advisors, Individuals seeking retirement planning, families managing wealth, business owners planning for succession",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Financial Planning"
},
{
@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.