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: "Spark Financial Advisors",
description: "Spark Financial Advisors is an independent financial advisory firm serving the Richmond area with comprehensive wealth management and financial planning services. They work with individuals and families to develop personalized investment strategies, retirement planning, and comprehensive financial plans tailored to their specific goals and circumstances.",
url: "https://sparkfinancialadvisors.com/",
telephone: "+1-804-451-1210",
address: {
@type: "PostalAddress",
streetAddress: "7130 Glen Forest Dr # 110",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23226",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.6059327,
longitude: -77.5271352
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Financial Advisors, Individuals and families seeking comprehensive wealth management, Pre-retirees and retirees planning for income needs, Business owners managing personal finances",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Advisory Firm"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Financial Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.