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: "Inspire Fitness Dallas",
description: "Inspire Fitness Dallas is a full-service gym and fitness center located in Dallas offering personal training, group fitness classes, and comprehensive wellness coaching. The facility provides a range of equipment and programming designed to help members achieve their fitness goals through personalized attention and community-focused classes.",
url: "http://www.ifdallas.com/",
telephone: "+1-214-430-3993",
address: {
@type: "PostalAddress",
streetAddress: "535 W Jefferson Blvd",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75208",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.743415999999996,
longitude: -96.8317125
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "51",
bestRating: "5"
},
areaServed: "Dallas, TX and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personal training, Group fitness participants, Health-conscious individuals looking for comprehensive wellness support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Environment"
}
],
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.