Skip to content

Team Page System

Hughzeez Team Page System

Purpose: This page defines the builder-friendly structure for every Hughzeez team page. It is meant to be used as the reference shell for a future Themify Builder implementation and for platform-plugin data binding.

Primary Goal

Make each team page the main hub for team identity, roster visibility, basic stats, analytics teasers, and team-store conversion.

Recommended Page Flow

  1. Team Hero — logo, team name, season, league, record, primary CTA
  2. Team Overview — short team summary, home rink, captain/coach label
  3. Quick Stats Bar — games played, wins, losses, goals for, goals against, points
  4. Roster Preview — player cards or simple table with number, position, points
  5. Schedule and Results — recent games and upcoming games
  6. Free Analytics Snapshot — team strength, offense, defense, momentum
  7. Premium Locked Analytics — trends, impact analysis, opponent comparison
  8. Team Store Preview — featured jersey, hoodie, fan gear, team store CTA
  9. Final CTA — shop team gear / upgrade to analytics

Builder-Friendly Section Copy

Section 1 — Team Hero

Heading: Bulldogs Hockey

Subheading: Team page, roster, stats, gear, and performance insights in one place.

Buttons: View Roster | Shop Team Gear | Unlock Analytics

Section 2 — Team Overview

Use this section for a short team identity summary and key season context.

Example copy: The Bulldogs are a competitive hockey team focused on strong team play, consistent effort, and a sharp identity both on and off the ice.

Section 3 — Quick Stats Bar

  • Games Played
  • Wins
  • Losses
  • Goals For
  • Goals Against
  • Points

Section 4 — Roster Preview

Show a clean roster table or player cards with:

  • player photo
  • player name
  • jersey number
  • position
  • games played
  • points

Section 5 — Schedule and Results

Split row with recent results on the left and upcoming games on the right.

Section 6 — Free Analytics Snapshot

Recommended four-card row:

  • Team Strength Score
  • Offensive Rating
  • Defensive Rating
  • Momentum

Plain-language rule: every number should include a short explanation.

Example: Offensive Rating: 82 — Strong scoring production across recent games.

Section 7 — Premium Locked Analytics

Three locked cards:

  • Performance Trends
  • Player Impact Analysis
  • Opponent Comparison

Each card should include a lock icon, one sentence of value, and an Upgrade to Analytics button.

Section 8 — Team Store Preview

Feature 3 to 4 products for that team:

  • Home Jersey
  • Away Jersey
  • Hoodie
  • Fan Shirt

Section 9 — Final CTA

Heading: Build Your Team Identity On and Off the Ice

Buttons: Shop Team Store | Upgrade to Analytics

Canonical Platform Data Required

  • team_id
  • team_name
  • team_logo
  • team_banner_image
  • league_name
  • division_name
  • season_name
  • wins
  • losses
  • points
  • goals_for
  • goals_against
  • games_played
  • team_bio
  • home_rink
  • captain_or_coach_label
  • roster
  • recent_games
  • upcoming_games
  • team_store_url

Analytics Data Required

  • team_strength_score
  • offensive_rating
  • defensive_rating
  • momentum_score
  • discipline_rating (optional)
  • consistency_rating (optional)

Implementation Notes

Use Themify rows for each section. Treat this page as a reference page until the platform plugin provides the canonical data fields. Once the data plugin is ready, map these sections to shortcodes, template tags, or platform-plugin widgets.