Structured Data

    Elite Training Group

    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: "Elite Training Group",
      description: "Elite Training Group is a fitness facility located in Boston offering personalized training programs and group fitness classes. They specialize in helping clients achieve their fitness goals through expert coaching and structured workout plans designed for various fitness levels and objectives.",
      url: "http://www.etg.fit/",
      telephone: "+1-617-652-0051",
      address: {
        @type: "PostalAddress",
        streetAddress: "1242 Washington St",
        addressLocality: "Boston",
        addressRegion: "MA",
        postalCode: "02118",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 42.342504999999996,
        longitude: -71.06716519999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.9",
        reviewCount: "48",
        bestRating: "5"
      },
      areaServed: "Boston, MA and surrounding areas",
      knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personalized coaching, clients training for specific goals, individuals preferring group workout environments",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Expert Coaching Staff"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Flexible Training Options"
        }
      ],
      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.