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: "Burn Boot Camp",
description: "Burn Boot Camp is a high-intensity fitness studio in Boca Raton offering group workout classes designed to build strength and endurance through circuit-based training. The facility combines cardio, weights, and functional movements in a supportive group environment, with certified instructors leading all classes. Members benefit from a community-focused approach to fitness with flexible scheduling and scalable workouts that accommodate different fitness levels.",
url: "https://locations.burnbootcamp.com/locations/west-boca-fl/",
telephone: "+1-561-210-9280",
address: {
@type: "PostalAddress",
streetAddress: "11411 W Palmetto Park Rd",
addressLocality: "Boca Raton",
addressRegion: "FL",
postalCode: "33428",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.349745499999997,
longitude: -80.2289509
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "99",
bestRating: "5"
},
areaServed: "Boca Raton and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking group motivation, people training for athletic performance, individuals looking to build strength and cardio endurance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Circuit-Based Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Class Schedule"
}
],
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.