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: "Die Trying Training Facility Tempe",
description: "Die Trying Training Facility is a gym and fitness center in Tempe offering personal training, group fitness classes, and strength conditioning programs. The facility specializes in helping clients achieve their fitness goals through personalized coaching and community-driven workouts in a supportive environment.",
url: "http://teamdietryingfitness.com/home",
telephone: "+1-602-481-8290",
address: {
@type: "PostalAddress",
streetAddress: "1828 E University Dr #1",
addressLocality: "Tempe",
addressRegion: "AZ",
postalCode: "85288",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4224397,
longitude: -111.90751
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Tempe and surrounding Phoenix metro areas",
knowsAbout: "Fitness & Personal Training, Fitness beginners seeking guidance, individuals focused on strength training, people wanting personalized workout plans",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Training Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Fitness"
}
],
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.