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: "Baksy & Associates",
description: "Baksy & Associates is a financial advisory firm located in Fredericksburg, VA, providing personalized financial planning and investment services. The firm works with individuals and families to develop comprehensive financial strategies tailored to their specific goals and circumstances.",
url: "http://www.baksy.com/",
telephone: "+1-540-368-5115",
address: {
@type: "PostalAddress",
streetAddress: "2217 Princess Anne St",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3144633,
longitude: -77.46882649999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Financial Advisors, Individuals seeking comprehensive financial planning, Families planning for retirement, Business owners looking for investment guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Strategy Development"
},
{
@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.