Structured Data

    Step of Faith Fitness

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

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Step of Faith Fitness",
      description: "Step of Faith Fitness is a personal training studio in Harrisonburg offering one-on-one training sessions tailored to individual fitness goals. The gym focuses on personalized coaching and strength conditioning in a supportive, faith-based environment.",
      telephone: "+1-540-820-8778",
      address: {
        @type: "PostalAddress",
        streetAddress: "3004 Twin Oaks Dr",
        addressLocality: "Harrisonburg",
        addressRegion: "VA",
        postalCode: "22802",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.4887912,
        longitude: -78.869644
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "3",
        bestRating: "5"
      },
      areaServed: "Harrisonburg, VA and surrounding areas",
      knowsAbout: "Fitness & Personal Training, Individuals seeking personalized training, faith-oriented fitness community members, people wanting customized strength conditioning programs",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Faith-Based Community"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized One-on-One Training"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          email: "ai@lantern.llc",
          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.