/category-view route not linked and missing from sitemap #2429

Closed
opened 2026-02-05 04:50:10 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @ls-root on GitHub (Feb 2, 2026).

Please verify that you have read and understood the guidelines.

yes

What type of issue is this?

Other

A clear and concise description of the issue.

I found an unlinked frontend route (/category-view) that also doesn't appear in the sitemap

Which browser are you using?

Firefox

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

sitemap.xml

<urlset>
  <url>
    <loc>https://community-scripts.github.io/ProxmoxVE</loc>
    <lastmod>2026-02-02T08:03:19.916Z</lastmod>
  </url>
  <url>
    <loc>https://community-scripts.github.io/ProxmoxVE/scripts</loc>
    <lastmod>2026-02-02T08:03:19.916Z</lastmod>
  </url>
  <url>
    <loc>https://community-scripts.github.io/ProxmoxVE/json-editor</loc>
    <lastmod>2026-02-02T08:03:19.916Z</lastmod>
  </url>
</urlset>

Please provide detailed steps to reproduce the issue.

  1. Visit the site and try to find a link to the category view from the UI (I couldn't find one).
  2. Inspect the sitemap.xml and confirm /category-view is not listed.
Originally created by @ls-root on GitHub (Feb 2, 2026). ### Please verify that you have read and understood the guidelines. yes ### What type of issue is this? Other ### A clear and concise description of the issue. I found an unlinked frontend route ([/category-view](https://community-scripts.github.io/ProxmoxVE/category-view)) that also doesn't appear in the sitemap ### Which browser are you using? Firefox ### If relevant, including screenshots or a code block can be helpful in clarifying the issue. sitemap.xml ```xml <urlset> <url> <loc>https://community-scripts.github.io/ProxmoxVE</loc> <lastmod>2026-02-02T08:03:19.916Z</lastmod> </url> <url> <loc>https://community-scripts.github.io/ProxmoxVE/scripts</loc> <lastmod>2026-02-02T08:03:19.916Z</lastmod> </url> <url> <loc>https://community-scripts.github.io/ProxmoxVE/json-editor</loc> <lastmod>2026-02-02T08:03:19.916Z</lastmod> </url> </urlset> ``` ### Please provide detailed steps to reproduce the issue. 1. Visit the site and try to find a link to the category view from the UI (I couldn't find one). 2. Inspect the sitemap.xml and confirm /category-view is not listed.
OVERLORD added the website label 2026-02-05 04:50:10 +03:00
Author
Owner

@MickLesk commented on GitHub (Feb 2, 2026):

it was my test 1 year ago, but never go live.

@MickLesk commented on GitHub (Feb 2, 2026): it was my test 1 year ago, but never go live.
Author
Owner

@ls-root commented on GitHub (Feb 2, 2026):

Thanks for the background. There's also a bug on that page where alt texts break the layout. Would you prefer I (A) remove the test route or (B) keep it and make it discoverable (add nav link + include in sitemap)? I can open a small PR for whichever you choose.

@ls-root commented on GitHub (Feb 2, 2026): Thanks for the background. There's also a bug on that page where alt texts break the layout. Would you prefer I (A) remove the test route or (B) keep it and make it discoverable (add nav link + include in sitemap)? I can open a small PR for whichever you choose.
Author
Owner

@MickLesk commented on GitHub (Feb 2, 2026):

It can be removed, but Im not investing much time in the front end at the moment because a new development is planned. But I dont know when.

@MickLesk commented on GitHub (Feb 2, 2026): It can be removed, but Im not investing much time in the front end at the moment because a new development is planned. But I dont know when.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2429