Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Hustle and Lift Fitness Private Training",
description: "Hustle and Lift Fitness Private Training is a specialized fitness facility in Mesa focused on personalized strength and conditioning. They offer private one-on-one training sessions designed to help clients achieve their specific fitness goals with customized programming and dedicated attention from certified trainers.",
telephone: "+1-480-433-7130",
address: {
@type: "PostalAddress",
streetAddress: "812 E 8th St",
addressLocality: "Mesa",
addressRegion: "AZ",
postalCode: "85203",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4298469,
longitude: -111.8137653
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Mesa, Arizona",
knowsAbout: "Fitness & Personal Training, Athletes seeking performance training, individuals wanting personalized fitness programming, people who prefer one-on-one coaching",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Private One-on-One Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Strength & Conditioning Focus"
}
],
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.