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: "Campbell Financial Services",
description: "Campbell Financial Services is an independent financial advisory firm serving the Fishersville area and surrounding communities. They provide comprehensive financial planning and advisory services to help clients navigate their financial goals and investment decisions. The firm works with individuals seeking personalized guidance for their financial futures.",
url: "http://www.cswadvisors.org/",
telephone: "+1-540-942-1703",
address: {
@type: "PostalAddress",
streetAddress: "1904 Jefferson Hwy",
addressLocality: "Fishersville",
addressRegion: "VA",
postalCode: "22939",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0967461,
longitude: -78.9640031
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.4",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Fishersville, Virginia and surrounding areas",
knowsAbout: "Financial Advisors, Individuals seeking personalized financial planning, investors looking for comprehensive advisory services, local residents in the Fishersville area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Presence"
}
],
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.