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: "One Personal Training",
description: "One Personal Training is a Miami-based fitness studio specializing in personalized one-on-one training sessions designed to help clients achieve their fitness goals. Located in downtown Miami, they offer customized workout programs tailored to individual needs, fitness levels, and objectives. Whether you're looking to build strength, improve endurance, or transform your overall fitness, their certified trainers provide expert guidance and accountability throughout your fitness journey.",
url: "http://www.onepersonaltrainingmia.com/mixedlandingpagemiami",
telephone: "+1-786-478-7806",
address: {
@type: "PostalAddress",
streetAddress: "19 SW 6th St",
addressLocality: "Miami",
addressRegion: "FL",
postalCode: "33130",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.768504699999998,
longitude: -80.1938431
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "60",
bestRating: "5"
},
areaServed: "Miami and surrounding areas",
knowsAbout: "Fitness & Personal Training, Busy professionals, fitness beginners seeking guidance, individuals with specific fitness goals, anyone needing accountability and customized coaching",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Certified Professional Trainers"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Miami Location"
}
],
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.