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: "Caerus Investment Advisors, LLC",
description: "Caerus Investment Advisors is an independent financial advisory firm based in San Francisco's Financial District, providing personalized investment management and financial planning services. The firm specializes in helping clients build and preserve wealth through customized portfolio strategies and comprehensive financial guidance.",
url: "http://caerusadvisor.com/",
address: {
@type: "PostalAddress",
streetAddress: "5 3rd St",
addressLocality: "San Francisco",
addressRegion: "CA",
postalCode: "94103",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7874792,
longitude: -122.40324810000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1.2",
reviewCount: "17",
bestRating: "5"
},
areaServed: "San Francisco and surrounding Bay Area",
knowsAbout: "Financial Advisors, Professionals, business owners, individuals seeking personalized investment management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Firm"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown San Francisco Location"
}
],
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.