mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1254] Option to prevent SEO indexing with `robots.txt` #886
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#886
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @litetex on GitHub (Jan 8, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1254
💡 Idea
It would be nice to have an option that prevents SEO indexing by serving a
robots.txt:💻 Target components
ntfy server
@pixitha commented on GitHub (Jun 4, 2025):
Technically the index page for ntfy already has the meta tags in place to stop indexing:
Robots.txt and noindex are a bit of a catch-22:
Why we want to allow google bot to read the page, and not use a robots.txt disallow:
@binwiederhier commented on GitHub (Jan 18, 2026):
I don't think I'll add this. I don't think bots really care about the robots.txt anymore in 2026 ..
@litetex commented on GitHub (Jan 18, 2026):
Search Engine crawlers usually do - at least the ones that I observe on my infrastructure.
Well guess users have to manually configure their reverse proxies than...