Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Fredericksburg Financial Planning Services",
description: "Fredericksburg Financial Planning Services offers comprehensive financial planning and advisory services to individuals and families in the Fredericksburg area. Located on Princess Anne Street, they provide personalized guidance on investments, retirement planning, and wealth management tailored to each client's unique goals and circumstances.",
telephone: "+1-540-371-1177",
address: {
@type: "PostalAddress",
streetAddress: "700 Princess Anne St",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3004252,
longitude: -77.4591098
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding Stafford County communities",
knowsAbout: "Financial Advisors, Fredericksburg families seeking comprehensive financial planning, pre-retirees and retirees planning for long-term security, business owners managing wealth and investments",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
}
],
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.