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: "The Workout Yard",
description: "The Workout Yard is a full-service fitness center in Everett offering personalized training, group fitness classes, and gym access for all fitness levels. With certified personal trainers and a variety of equipment and class options, they focus on helping members achieve their specific health and wellness goals through customized workout programs and community support.",
url: "http://theworkoutyard.com/",
telephone: "+1-617-233-6002",
address: {
@type: "PostalAddress",
streetAddress: "199 Ashland St",
addressLocality: "Everett",
addressRegion: "MA",
postalCode: "02149",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3986053,
longitude: -71.0612182
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "71",
bestRating: "5"
},
areaServed: "Everett and surrounding Boston area communities",
knowsAbout: "Fitness & Personal Training, Fitness beginners seeking guidance, individuals wanting personalized training, group class enthusiasts, community-focused gym members",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Certified Personal Trainers"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Class Offerings"
}
],
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.