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: "Georgia Financial Advisors",
description: "Georgia Financial Advisors is an independent financial advisory firm based in Atlanta offering comprehensive wealth management, retirement planning, investment management, and financial strategy services. The firm serves individuals and families seeking personalized financial guidance to build and preserve wealth throughout their financial lives.",
url: "https://www.georgiafa.com/",
telephone: "+1-404-689-4492",
address: {
@type: "PostalAddress",
streetAddress: "550 Pharr Rd NE UNIT 400",
addressLocality: "Atlanta",
addressRegion: "GA",
postalCode: "30305",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.8373449,
longitude: -84.37012
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "44",
bestRating: "5"
},
areaServed: "Atlanta and surrounding metro areas",
knowsAbout: "Financial Advisors, High-net-worth individuals, business owners, pre-retirees and retirees, families seeking comprehensive wealth management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Advisory Firm"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Planning 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.