Structured Data

    Good Time Fitness

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Good Time Fitness",
      description: "Good Time Fitness is a gym located in Bellevue offering comprehensive fitness services including personal training, group classes, and wellness coaching. With a focus on accessible fitness for all levels, they provide one-on-one training programs and community-based group fitness options to help members achieve their health goals.",
      url: "http://www.goodtimefit.com/",
      telephone: "+1-425-213-3911",
      address: {
        @type: "PostalAddress",
        streetAddress: "1443 158th Pl NE",
        addressLocality: "Bellevue",
        addressRegion: "WA",
        postalCode: "98008",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 47.622168699999996,
        longitude: -122.12997259999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.9",
        reviewCount: "82",
        bestRating: "5"
      },
      areaServed: "Bellevue and surrounding areas",
      knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personalized training, Group class participants, Members looking for comprehensive gym facilities",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized Training Programs"
        },
        {
          @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.