sct / overseerr

Request management and media discovery tool for the Plex ecosystem
https://overseerr.dev
MIT License
3.75k stars 439 forks source link

Disable search engine indexing #3905

Open Choff3 opened 1 month ago

Choff3 commented 1 month ago

Description

It would be nice if there was a setting to disable search engine indexing so that my Overseerr instance does not come up in google searches.

Desired Behavior

There is a toggle in the Overseerr settings to disable search engine indexing.

Additional Context

No response

Code of Conduct

RobertD502 commented 1 month ago

If using Cloudflare to proxy your traffic, add a transform rule to modify the response header by adding X-Robots-Tag: noindex to the header.

If not, consult the documentation for the reverse proxy you are using (that is, if you are using a reverse proxy) as it likely has a way for you to modify the response header in order to add the X-Robots-Tag header (I know nginx does).