diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb
index 26a083562..ee8477113 100644
--- a/app/views/static/site_map.html.erb
+++ b/app/views/static/site_map.html.erb
@@ -8,6 +8,7 @@
<%= link_to("Listing", posts_path) %>
<%= link_to("Changes", post_versions_path) %>
<%= link_to("Upload", new_upload_path) %>
+ <%= link_to("Upload Listing", uploads_path) %>
<%= link_to("Appeals", post_appeals_path) %>
<%= link_to("Flags", post_flags_path) %>
<% if CurrentUser.is_janitor? %>