Structured Data

    Personal Training Center

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

    Schema.org / LocalBusiness
    |
    55 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Personal Training Center",
      description: "Personal Training Center in Orlando offers comprehensive fitness services including one-on-one personal training, group fitness classes, and strength conditioning programs. Located at 8010 Sunport Dr, this facility specializes in personalized workout plans designed to help clients achieve their specific fitness goals, whether for weight loss, muscle building, or overall health improvement.",
      telephone: "+1-407-283-0179",
      address: {
        @type: "PostalAddress",
        streetAddress: "8010 Sunport Dr STE 114",
        addressLocality: "Orlando",
        addressRegion: "FL",
        postalCode: "32809",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 28.450305699999998,
        longitude: -81.3747982
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.9",
        reviewCount: "52",
        bestRating: "5"
      },
      areaServed: "Orlando and surrounding areas",
      knowsAbout: "Fitness & Personal Training, Fitness beginners seeking guidance, individuals with specific fitness goals, those preferring personalized attention, group fitness enthusiasts",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "One-on-One Training"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Diverse Class Options"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Strength & Conditioning Focus"
        }
      ],
      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.