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: "Best Invest",
description: "Best Invest is a financial consulting firm in San Antonio specializing in investment advice and financial planning services. They work with clients to develop personalized investment strategies and financial plans tailored to individual goals and circumstances.",
url: "http://www.bestinvestsa.com/",
telephone: "+1-210-888-2820",
address: {
@type: "PostalAddress",
streetAddress: "16118 Via Shavano Suite 100",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78249",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.594457300000002,
longitude: -98.5714109
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "12",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Financial Advisors, Individual investors seeking personalized financial planning, small business owners looking to grow wealth, clients wanting hands-on investment guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Investment Strategies"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Financial Expertise"
}
],
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.