Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add Support for robots.txt File #1404

Closed
Draxter opened this issue Nov 17, 2024 · 2 comments
Closed

[Feature] Add Support for robots.txt File #1404

Draxter opened this issue Nov 17, 2024 · 2 comments

Comments

@Draxter
Copy link

Draxter commented Nov 17, 2024

Currently, Heimdall does not have a built-in way to stop web crawlers or specify indexing rules. Adding support for a robots.txt file will allow administrators to:

  • Prevent unauthorised or unwanted web crawlers from accessing certain parts of the app.
  • Specify guidelines for search engine crawlers to improve SEO and reduce resource load.

While I understand this can be added manually into Heamdall's http root, it would be useful to have a default robots.txt file built-in with an example content like:

User-agent: *
Disallow:
@RobLoach
Copy link

Doesn't this already exist? https://github.com/linuxserver/Heimdall/blob/2.x/public/robots.txt

@Draxter
Copy link
Author

Draxter commented Nov 18, 2024

My bad, was running an older version!

@Draxter Draxter closed this as completed Nov 18, 2024
@LinuxServer-CI LinuxServer-CI moved this from Non-Docker Issues to Done in Issue & PR Tracker Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants