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: "Trifecta Fitness",
description: "Trifecta Fitness is a full-service fitness center in Port St. Lucie offering state-of-the-art equipment, group fitness classes, and personalized training programs. The gym provides a welcoming environment for all fitness levels, from beginners to experienced athletes, with certified trainers available to guide members toward their health goals.",
url: "https://trifectafitness.net/",
telephone: "+1-772-332-5971",
address: {
@type: "PostalAddress",
streetAddress: "751 NW Enterprise Dr #102",
addressLocality: "Port St. Lucie",
addressRegion: "FL",
postalCode: "34986",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.3360882,
longitude: -80.4106271
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "30",
bestRating: "5"
},
areaServed: "Port St. Lucie and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personalized coaching, Group fitness class participants, Members looking for a full-service gym experience",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Certified Personal Trainers"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Equipment"
}
],
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.