Structured Data

    Focal Point Training

    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: "Focal Point Training",
      description: "Focal Point Training is a fitness studio in Madison specializing in personalized training and group fitness classes. Located on Mound Street, they offer one-on-one coaching and community-based workouts designed to help clients achieve their fitness goals through expert instruction and individualized attention.",
      telephone: "+1-608-574-5889",
      address: {
        @type: "PostalAddress",
        streetAddress: "1342 Mound St",
        addressLocality: "Madison",
        addressRegion: "WI",
        postalCode: "53715",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 43.0655849,
        longitude: -89.4087928
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "31",
        bestRating: "5"
      },
      areaServed: "Madison, WI and surrounding areas",
      knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personalized attention, individuals new to strength training, busy professionals wanting efficient workouts, community-minded gym members",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized One-on-One Training"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Community Group Classes"
        }
      ],
      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.