PGC Schema
// ---------------------------- Org
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "PGC Basketball",
"url": "https://www.pgcbasketball.com/",
"logo": "https://pgcbasketball.com/wp-content/themes/pgc/img/PGC-color.svg",
"telephone": "866.338.2308",
"address": {
"@type": "PostalAddress",
"streetAddress": "P.O. Box 1824",
"addressLocality": "Belen",
"addressRegion": "NM",
"postalCode": "87002",
"addressCountry": {
"@type": "Country",
"name": "USA"
}
},
"sameAs": [
"https://www.youtube.com/user/PGCschape",
"https://twitter.com/PGCbasketball",
"https://instagram.com/PGCbasketball",
"https://www.facebook.com/PGCbasketball"
]
}
</script>
// ---------------------------- Services
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Service",
"serviceType": "Basketball Camps and For Coaches",
"category": "Basketball Camps",
"provider": {
"@type": "Organization",
"name": "PGC Basketball"
},
"areaServed": {
"@type": "Country",
"name": "USA"
}
}
</script>
// ---------------------------- Course
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "schema:Course",
"name": "Playmaker College",
"description": "Discover how to be the smartest player on the floor while developing the mental toughness, habits and focus necessary for greatness, both on the court and in life.",
"provider": {
"@type": "Thing",
"name": "PGC Basketball",
"url": "https://pgcbasketball.com/courses/playmaker-college/"
}
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "schema:Course",
"name": "Scoring College",
"description": "Learn high-level techniques for breaking down defenses and creating easy scoring opportunities. Plus, unlock a new mindset to deal with adversity and overcome any challenge.",
"provider": {
"@type": "Thing",
"name": "PGC Basketball",
"url": "https://pgcbasketball.com/courses/scoring-college/"
}
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "schema:Course",
"name": "Point Guard College",
"description": "You’ll learn how the best guards in the world read and react to every in-game scenario… and finally become the leader every coach wants to have on their team.",
"provider": {
"@type": "Thing",
"name": "PGC Basketball",
"url": "https://pgcbasketball.com/courses/point-guard-college/"
}
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "schema:Course",
"name": "Skills Academy",
"description": "Sharpen your ball handling, shooting, passing, finishing, and scoring moves, and learn the “intangibles” that all good players possess.",
"provider": {
"@type": "Thing",
"name": "PGC Basketball",
"url": "https://pgcbasketball.com/courses/skills-academy-1/"
}
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "schema:Course",
"name": "PGC Grad School",
"description": "Compete against other top PGC grads, and push the limits of your performance to a level you’ve never experienced before as you finally master the elusive “inner game” of basketball.",
"provider": {
"@type": "Thing",
"name": "PGC Basketball",
"url": "https://pgcbasketball.com/courses/pgc-grad-school/"
}
}
</script>