Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Elite Fitness - NW 20th St",
description: "Elite Fitness in Boca Raton is a personal training facility offering one-on-one coaching and group fitness classes designed to help clients achieve their health and wellness goals. Led by experienced trainers, the gym specializes in personalized workout programs, strength training, and nutrition guidance tailored to each client's needs and fitness level.",
url: "https://www.bocaratonpersonaltraining.com/",
telephone: "+1-561-368-5554",
address: {
@type: "PostalAddress",
streetAddress: "141 NW 20th St",
addressLocality: "Boca Raton",
addressRegion: "FL",
postalCode: "33431",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.368695499999998,
longitude: -80.0869644
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "65",
bestRating: "5"
},
areaServed: "Boca Raton and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness beginners seeking personalized guidance, Busy professionals wanting efficient workouts, Strength training enthusiasts, Weight loss clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "One-on-One Personal Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Group Fitness Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Nutrition & Wellness Guidance"
}
],
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.