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: "BFT Tampa",
description: "BFT Tampa is a fitness training facility located in downtown Tampa offering personalized training programs and group fitness classes. Their experienced trainers focus on helping clients achieve their health and fitness goals through customized workout plans and professional guidance.",
url: "https://www.bodyfittraining.com/location/tampa",
telephone: "+1-813-517-0888",
address: {
@type: "PostalAddress",
streetAddress: "103 W Tyler St",
addressLocality: "Tampa",
addressRegion: "FL",
postalCode: "33602",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.951640899999997,
longitude: -82.4619847
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "91",
bestRating: "5"
},
areaServed: "Tampa and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personalized training, Athletes looking to improve performance, Individuals starting their fitness journey",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Training Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown 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.