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: "Charles Schwab",
description: "Charles Schwab is a full-service investment and financial services firm offering brokerage accounts, retirement planning, wealth management, and advisory services. Their Chattanooga branch provides personalized financial guidance and access to stocks, bonds, mutual funds, and ETFs for individual investors and traders.",
url: "https://www.schwab.com/branches/chattanooga?branch_id=1240",
telephone: "+1-800-646-4710",
address: {
@type: "PostalAddress",
streetAddress: "200 W M.L.K. Blvd Suit 1000",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37402",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.045277999999996,
longitude: -85.3114676
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Chattanooga, TN and surrounding areas",
knowsAbout: "Financial Advisors, Individual investors, retirement savers, people seeking wealth management advice, active traders",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Investment Platform"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "In-Person Branch Support"
}
],
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.