>
"@context": "https://schema.org",
"@type": "ExerciseGym",
"name": "Premier Performance Training",
"url": "http://www.premiereperformancetrainer.com",
"logo": "http://www.premiereperformancetrainer.com/your-logo-url.png",
"email": "ahines@premierperformancetrainer.com",
"telephone": "+16158195186",
"address": {
"@type": "PostalAddress",
"streetAddress": "1722 General George Patton Drive Suite 400A",
"addressLocality": "Brentwood",
"addressRegion": "TN",
"postalCode": "37027",
"addressCountry": "US"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Monday",
"opens": "08:00",
"closes": "19:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Tuesday",
"opens": "05:00",
"closes": "19:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Wednesday",
"opens": "05:00",
"closes": "19:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Thursday",
"opens": "08:00",
"closes": "19:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Friday",
"opens": "08:00",
"closes": "18:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Saturday",
"opens": "06:00",
"closes": "14:00"
}
],
"makesOffer": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Private Training"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Semi-Private Training"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Elite Athletic Development"
}
}
]
}