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: "PT Gym",
description: "PT Gym is a fitness center in McKinney specializing in personal training and group fitness classes. Located at Stonebridge, PT Gym offers comprehensive workout facilities and coaching to help clients reach their health and fitness goals through customized training programs and community-based fitness experiences.",
url: "http://www.pt-gym.com/",
telephone: "+1-469-895-2022",
address: {
@type: "PostalAddress",
streetAddress: "3751 S Stonebridge Dr STE 600",
addressLocality: "McKinney",
addressRegion: "TX",
postalCode: "75070",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.168342599999995,
longitude: -96.7301992
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "29",
bestRating: "5"
},
areaServed: "McKinney, TX and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personalized coaching, individuals new to fitness wanting professional guidance, clients wanting group fitness motivation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Personal Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community Fitness 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.