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 Insane Gym",
description: "Train Insane Gym is a full-service fitness center in Anaheim offering personal training, group fitness classes, and state-of-the-art equipment for all fitness levels. The gym provides one-on-one coaching and structured group workouts designed to help members achieve their strength, conditioning, and weight loss goals. Train Insane focuses on creating a supportive community environment where members receive personalized attention and expert guidance.",
url: "https://traininsanegym.com/",
telephone: "+1-714-383-3549",
address: {
@type: "PostalAddress",
streetAddress: "3160 E La Palma Ave",
addressLocality: "Anaheim",
addressRegion: "CA",
postalCode: "92806",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.8493557,
longitude: -117.85425920000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "69",
bestRating: "5"
},
areaServed: "Anaheim, CA and surrounding Orange County communities",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personal training, Members wanting group class variety, Individuals focused on strength and weight loss goals, People looking for a supportive gym community",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "One-on-One Personal Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Group Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Facility"
}
],
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.