Varsity Wrestling Seeding

Information To start, pick a seed weight.
Results will display wrestlers who have that seed weight and the results of all of their competition.

Your league is set to: Non Divisional Seeding - All matches wrestled count toward seeding totals.

No matches found that match your weight class.

Likely reason is that the season reset has been performed and the season hasn't started yet.

No matches found that match your weight class.

Likely reason is that the season reset has been performed and the season hasn't started yet.

No matches found that match your weight class.

Likely reason is that the season reset has been performed and the season hasn't started yet.

 

View BracketExport to Excel
No Filter Set. To filter click on division name:    East West
Seed Wrestler Wins Losses % #TtlBouts Team Division
  1) Simmons, Richard 10 1 0 11 Montgomery National
  2) Silva, Atlas 9 0 0 9 Grafton American
  3) Schneider, Ward 7 2 0 9 Sedona National
  4) Washington, Xavier 6 1 0 7 Newport American
  5) Campbell, Grayson 5 3 0 8 Tilghman Island American
  6) Weber, Reuben 4 1 0 5 Monterey American
  7) Pearson, Vince 3 4 0 7 Charlottsville American
  8) Elder, Jim 2 1 0 3 Lubbock American

Wrestleague.com | © Copyright 2025 | Home | Return to Top | Admin Panel | Logout

// Function to close queries and database connection function closeDatabase($resultSets, $connection) { try { // Free result sets if (is_array($resultSets)) { foreach ($resultSets as $resultSet) { if ($resultSet) { mysqli_free_result($resultSet); } } } // Close the database connection if ($connection) { mysqli_close($connection); } echo "All queries and connections closed successfully."; } catch (Exception $e) { echo "Error closing database resources: " . $e->getMessage(); } }