Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Vintage Lair Gym",
description: "Vintage Lair Gym is an independent fitness facility in Bakersfield offering a full-service gym experience with strength training equipment, cardio machines, and weights. The gym caters to serious lifters and fitness enthusiasts looking for a no-frills, focused training environment without corporate chain overhead.",
address: {
@type: "PostalAddress",
streetAddress: "5880 District Blvd STE 10",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93313",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3135455,
longitude: -119.06827220000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "112",
bestRating: "5"
},
areaServed: "Bakersfield, CA",
knowsAbout: "Fitness & Personal Training, Serious lifters, strength training enthusiasts, fitness-focused individuals seeking an independent gym community",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Gym"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Equipment Selection"
}
],
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.