robby1066 / keepposted-help

Documentation, Issue Tracker, and Repository of Knowledge For Keep Posted (www.keepposted.io) — A way to keep teams informed and connected without disrupting their focus.
https://www.keepposted.io
1 stars 0 forks source link

Add robots=noindex to message player pages #10

Closed robby1066 closed 3 years ago

robby1066 commented 3 years ago

Describe the bug

Messages are not currently restricted by a login, and rely on a hashed url for privacy. There is still the possibility that a message will be indexed by a Google if it is linked to from a page that the search engine crawler encounters. This is likely to be rare unless messages are being shared publicly, but messages are not expected to be indexed by search engines.

Solution

Adding the appropriate META tag to the player header will prevent search engines from indexing any messages they happen to come across.

Example: <meta name="robots" content="noindex">

robby1066 commented 3 years ago

Fixed on 1/14/2020