Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Farnam Financial",
description: "Farnam Financial is an independent financial advisory firm based in Phoenix specializing in comprehensive wealth management, investment planning, and retirement strategies. The team works with individuals and families to create personalized financial plans aligned with their long-term goals, offering services including portfolio management, tax-efficient investing, and estate planning consultation. They focus on building lasting client relationships through transparent advice and ongoing portfolio monitoring.",
url: "https://www.farnamfinancial.com/",
telephone: "+1-602-603-4000",
address: {
@type: "PostalAddress",
streetAddress: "2415 E Camelback Rd Suite 700",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85016",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5081124,
longitude: -112.0287274
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Phoenix, Arizona and surrounding areas",
knowsAbout: "Financial Advisors, High-net-worth individuals, Pre-retirees and retirees, Business owners, Families seeking comprehensive financial planning",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Advisor"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Planning"
},
{
@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.