Here’s how to fix your issue
# ssh into your server
cd /var/discourse
./launcher enter app
rails c
SiteSetting.crawler_user_agents = "*"
BTW, if your site is invite only, no bot will be able to crawl it
Here’s how to fix your issue
# ssh into your server
cd /var/discourse
./launcher enter app
rails c
SiteSetting.crawler_user_agents = "*"
BTW, if your site is invite only, no bot will be able to crawl it