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: "CrossFit Chula Vista",
description: "CrossFit Chula Vista is a fitness facility specializing in CrossFit training—a high-intensity, functional fitness program combining weightlifting, gymnastics, and metabolic conditioning. Located in Chula Vista, the gym offers group classes designed for all fitness levels, from beginners to advanced athletes. The facility provides a community-focused environment where members work together to improve strength, endurance, and overall fitness.",
url: "http://crossfitchulavista.com/",
telephone: "+1-619-934-9934",
address: {
@type: "PostalAddress",
streetAddress: "821 Kuhn Dr #106",
addressLocality: "Chula Vista",
addressRegion: "CA",
postalCode: "91914",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.6538104,
longitude: -116.96709299999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "84",
bestRating: "5"
},
areaServed: "Chula Vista, CA and surrounding South Bay communities",
knowsAbout: "Fitness & Personal Training, Athletes seeking high-intensity functional fitness, CrossFit enthusiasts, people wanting group fitness accountability, individuals interested in Olympic lifting and strength training",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "CrossFit Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Levels Programming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Driven Culture"
}
],
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.