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: "NRich Fitness",
description: "NRich Fitness is a fitness center in McKinney offering personal training, group fitness classes, and gym facilities. The gym provides a full range of equipment and workout options designed to help members achieve their fitness goals through individualized and group-based training programs.",
url: "http://www.nrichfitness.com/",
telephone: "+1-214-842-4089",
address: {
@type: "PostalAddress",
streetAddress: "4100 S Lake Forest Dr STE 330",
addressLocality: "McKinney",
addressRegion: "TX",
postalCode: "75070",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.1582449,
longitude: -96.6810084
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "233",
bestRating: "5"
},
areaServed: "McKinney and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personal training, group fitness participants, individuals working toward specific fitness goals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Training Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Fitness Facility"
}
],
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.