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: "Robertson Wealth Management",
description: "Robertson Wealth Management is an independent financial advisory firm based in Houston offering comprehensive wealth management, investment management, and financial planning services. Located in downtown Houston on Milam Street, the firm works with individuals and families to develop customized financial strategies tailored to their unique goals and circumstances.",
url: "http://www.robertsonwealth.com/",
telephone: "+1-713-622-4077",
address: {
@type: "PostalAddress",
streetAddress: "919 Milam St",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77002",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.758055999999996,
longitude: -95.3659196
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Houston and surrounding areas, Texas",
knowsAbout: "Financial Advisors, Affluent individuals, families seeking comprehensive wealth management, business owners needing financial planning",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Firm"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Houston 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.