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: "G1 Fitness",
description: "G1 Fitness is a full-service gym and fitness center in Anaheim offering personalized training, group fitness classes, and comprehensive workout facilities. The gym provides one-on-one personal training programs designed to help members achieve their specific fitness goals, whether focused on strength building, weight loss, or overall wellness. With modern equipment, diverse class offerings, and experienced trainers, G1 Fitness serves both beginners and experienced athletes looking for professional guidance and community support.",
url: "https://www.g1fitnessoc.com/",
telephone: "+1-714-489-5661",
address: {
@type: "PostalAddress",
streetAddress: "3111 W Lincoln Ave",
addressLocality: "Anaheim",
addressRegion: "CA",
postalCode: "92801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.8324815,
longitude: -117.99843020000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Anaheim, CA and surrounding Orange County communities",
knowsAbout: "Fitness & Personal Training, Fitness beginners seeking guidance, athletes training for performance, individuals pursuing weight loss goals, anyone wanting personalized coaching and community support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Group Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused 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.