Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Train with Viv",
description: "Train with Viv is a personal training business run by Vivian Kwong, a certified personal trainer in Austin specializing in one-on-one coaching for all fitness levels. She offers both in-person training at Hyde Park Gym in Central Austin and online personal training with custom-designed workout plans, exercise instruction, and regular check-ins. Vivian works with clients across diverse goals—from building confidence and functional strength to increasing weightlifting performance and recovery from injury.",
url: "https://trainwithviv.com/",
telephone: "+1-917-225-1248",
address: {
@type: "PostalAddress",
streetAddress: "4125 Guadalupe St",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78751",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.307035,
longitude: -97.73507149999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Austin and surrounding areas, with online training available nationwide",
knowsAbout: "Fitness & Personal Training, Beginners building gym confidence, experienced lifters seeking personalized programming, people recovering from injury, busy professionals wanting flexible remote coaching",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Training Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Programming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Inclusive & Supportive Approach"
}
],
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.