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: "Colonial River Wealth Management",
description: "Colonial River Wealth Management is an independent financial advisory firm serving the Richmond, Virginia area with comprehensive wealth management services. The firm provides personalized financial planning, investment management, and retirement strategy tailored to individual client circumstances. They focus on building long-term relationships with clients to help them achieve their financial goals.",
url: "http://www.colonialriver.com/",
telephone: "+1-804-335-1200",
address: {
@type: "PostalAddress",
streetAddress: "340 Browns Hill Ct",
addressLocality: "Midlothian",
addressRegion: "VA",
postalCode: "23114",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.500357799999996,
longitude: -77.6392071
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Midlothian, Richmond, and surrounding Virginia areas",
knowsAbout: "Financial Advisors, Pre-retirees and retirees, individuals seeking comprehensive financial planning, business owners, high-net-worth individuals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Advisory Firm"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Financial Planning"
}
],
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.