Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Jeff's Gym: Private Client",
description: "Jeff's Gym: Private Client is a personalized fitness studio in Jacksonville specializing in one-on-one training with a focus on individualized programming and results. Owner Jeff provides direct coaching tailored to each client's goals, fitness level, and needs. This private training approach ensures dedicated attention and customized workout plans without the distractions of a large commercial gym.",
url: "https://www.jeffsgymjax.com/",
telephone: "+1-904-664-5867",
address: {
@type: "PostalAddress",
streetAddress: "3325 Plymouth St suite 14",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32205",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.309933500000003,
longitude: -81.7112135
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Fitness & Personal Training, Individuals seeking personalized fitness coaching, busy professionals needing flexible scheduling, people new to fitness wanting proper form guidance, clients with specific fitness goals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "One-on-One Private Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Owner-Operated"
}
],
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.