superseriousbusiness / gotosocial

Fast, fun, small ActivityPub server.
https://docs.gotosocial.org
GNU Affero General Public License v3.0
3.57k stars 300 forks source link

[bug] meta/robots has noindex, nofollow when account marked as discoverable #3064

Open amiskelly opened 1 week ago

amiskelly commented 1 week ago

Describe the bug with a clear and concise description of what the bug is.

Individual post/status pages have the following meta/robots rules despite the account being marked as "discoverable" on the settings page.

<meta name="robots" content="noindex, nofollow">

The nofollow rule is also set on the account page.

If folks wish for their account to be discoverable by search engines, I think:

First noted on #3062.

What's your GoToSocial Version?

0.16.0

GoToSocial Arch

arm64 binary

What happened?

No response

What you expected to happen?

No response

How to reproduce it?

View the meta elements on the account and status pages.

Anything else we need to know?

No response

tsmethurst commented 1 week ago

Thanks for opening.